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 channel.

patch/spaces/{spaceId}/channels/{channelId}/roles

Path parameters

spaceIdstring required

The unique ID of the private re:Post.

channelIdstring required

The unique ID of the private re:Post channel.

Request body

accessorIdsAccessorId[] required

The users or groups identifiers to remove the role from.

channelRole'ASKER' | 'EXPERT' | 'MODERATOR' | 'SUPPORTREQUESTOR' required

The channel role to remove from the users or groups.

Response

Success

removedAccessorIdsAccessorId[] required

An array of successfully updated identifiers.