Get User Profile

Decrypt and return the authenticated user's profile from the JWT.

The JWT payload is encrypted with the organisation ID as the key. Pass the correct organisationId in the URL to decrypt your profile. If the organisation ID does not match the token, decryption will fail and a 401 is returned.

Use this to verify that your token is valid and to inspect the user details (name, email, roles, organisations) embedded in it.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Your organisation UUID (returned as org from the /token endpoint)

Responses

401

Unauthorized — invalid/expired JWT or organisation ID does not match the token

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json