v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141910064.4 KB

Add a role to multiple users or groups in a private re:Post.

post/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 add the role to.

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

The role to add to the users or groups.

Response

Success

addedAccessorIdsAccessorId[] required

An array of successfully updated accessor identifiers.