v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141910064.4 KB

Remove a role from multiple users or groups in a private re:Post.

patch/spaces/{spaceId}/roles

Path parameters

spaceIdstring required

The unique ID of the private re:Post.

Request body

accessorIdsAccessorId[] required

The user or group accessor identifiers to remove the role from.

role'EXPERT' | 'MODERATOR' | 'ADMINISTRATOR' | 'SUPPORTREQUESTOR' required

The role to remove from the users or groups.

Response

Success

removedAccessorIdsAccessorId[] required

An array of successfully updated accessor identifiers.