Skip to main content

UserRoleAssignment

A single role assignment held by the user, scoped to an organization (or null at the platform level).

idinteger
namestring

Human-readable role name (e.g. 'Organization Owner')

slugstring

Role slug — org-scoped: org-owner, org-admin, org-member, org-client; platform-level: admin, user, stealth

descriptionstring | nullnullable
organizationIdinteger | nullnullable

Organization this role applies to; null for platform-level roles

UserRoleAssignment
{
"id": 0,
"name": "string",
"slug": "string",
"description": "string",
"organizationId": 0
}