Members

Update member

Toggle active status or replace the member's role assignment. Setting active = false keeps the membership record but blocks sign-in to the tenant. Setting roles replaces the full set atomically.

put/tenants/{tenant_id}/members/{member_id}

Path parameters

tenant_idinteger required
Example:7261845022003200000

Tenant identifier

member_idinteger required
Example:7261844898910240000

Member user identifier

Request body

activeboolean nullable
rolesRoleId[] nullable

Example request

{
  "roles": [
    7261845001236500000
  ]
}

Response

Member updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.