Skip to main content
GET
Get user summary
This v1 endpoint is deprecated and will be removed in the coming weeks. The v2 API has no combined user summary endpoint. Use GET /users and GET /users/{email}/roles together in the v2 API instead.

Authorizations

Authorization
string
header
required

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

Path Parameters

email
string
required

User's email address

organization_id
string
required

Response

Successful Response

Comprehensive user information including roles and team memberships.

email
string
required

The user's email address

name
string | null

The user's display name

identity_provider
string | null

The identity provider used for authentication

roles
PublicUserAccessRole · object[]

All direct access roles assigned to the user

team_memberships
TeamMembership · object[]

Teams the user belongs to

last_login_at
string<date-time> | null

When the user last logged in

last_activity_at
string<date-time> | null

When the user was last active

sso_groups
string[] | null

SSO groups from the user's last login