v1

latestOpenAPI 3.0.12026-07-227292131.4 KB
me

Retrieve user's profile

Retrieves the profile information of the current authenticated user.

get/me/profile

Response

Successfully retrieved the user's profile.

Example response

{
  "user": {
    "id": "a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11",
    "email": "john.doe@example.com",
    "firstName": "john",
    "lastName": "doe",
    "lastLoginAt": 1740557336,
    "lastLoginIDP": "google"
  },
  "organization": {
    "id": "a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11",
    "role": "org_owner"
  }
}