Skip to main content
GET
Get current user profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

User profile returned

Returned by GET /api/user/profile. user is the projected User document; persona is the resolved Persona (or null when the user has none).

user
object
required

Authenticated user profile document. Fields are projected from User and may vary slightly depending on which controller served the request.

Example:
persona
object | null

Persona document linked to a user (may be null when unset).

Example: