Skip to main content
GET
Get a SCIM user

Authorizations

Authorization
string
required
This API uses OAuth 2.0 with the authorization code grant flow.

Path

user_id
string
required
The workspace membership ID or workspace invite ID of the user to retrieve.

Response

schemas
string[]
Always ["urn:ietf:params:scim:schemas:core:2.0:User"].
id
string
The workspace membership ID or workspace invite ID.
userName
string
The user’s email address.
name
object
emails
object[]
active
boolean
Whether the user is active. Suspended members return false. Pending invites return true.
appRole
string
The user’s role: "admin" or "member". Not present for suspended users.
meta
object