Get all Profiles
GET/identity/v2/auth/account
This API retrieves a copy of the user data 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.