Skip to content

Get Full Profile

GET
/api/auth/profile
curl --request GET \
--url https://example.com/api/auth/profile \
--header 'Authorization: Bearer <token>'

Return the current user’s full profile: identities, org memberships, teams.

Successful Response

Media type application/json
Example generated
example