v1

latestOpenAPI 3.0.32026-07-13218142597.2 KB
Space Roles

Set space role assignments

Sets space role assignments as specified in the payload. For each entry, if roleId is provided the principal is assigned to that role. If roleId is omitted, the role assignment for that principal is removed, if it exists.

Available on tenants with Role-Based Access Control.

Permissions required: Permission to manage roles in the space.

post/spaces/{id}/role-assignments

Path parameters

idinteger required

The ID of the space for which to retrieve assignments.

Request body

roleIdstring

The role to which the principal is assigned.

Response

Returned if the requested update to space role assignments succeeds in its entirety.