See a breakdown of claims on a given auth token
GET/api/identity/auth
See a breakdown of claims on a given auth token
Request
Responses
- 200
- 400
- 401
- 403
- 500
A list of claims for the logged in user
Bad Request: Invalid parameters.
No authenticated user
Forbidden: Insufficient permissions.
Internal Server Error: An unexpected error occurred.