Skip to main content
GET
Get Organization User
This endpoint returns a single organization member by ID, including both direct and IDP-group-derived role assignments.

Permissions

Requires a service user with the ViewOrgMembership permission at the organization level.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Path Parameters

user_id
string
required

User ID

org_id
string
required

Organization ID (prefix: org-)

Example:

"org-abc123def456"

Response

Successful Response

User with both direct and IDP-group-derived role assignments.

email
string | null
required
name
string | null
required
role_assignments
RoleAssignment · object[]
required
user_id
string
required
idp_role_assignments
IdpRoleAssignment · object[]