Retrieve User
GET/identity/v2/auth/account
Retrieves User details based on the Access Token.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully retrieved account details.
Status Bad Request: The request could not be understood by the server due to malformed syntax.
Status Unauthorized: The request requires User authentication.
Forbidden - User does not have permission to access this resource.
Status Not Found: The requested resource could not be found.
Status Internal Server Error: An unexpected error occurred.