Skip to main content
GET
/
users
/
me
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "email": "<string>",
  "name": "<string>",
  "avatar_url": "<string>",
  "organizations": [
    {
      "id": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "role": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.

Response

OK

User profile including organization memberships and roles

id
string
required
email
string
required
name
string | null
required
avatar_url
string | null
required
organizations
object[]
required

List of organizations the user is a member of