channels

Update the scheme-derived roles of a channel member.

Update a channel member's scheme_admin/scheme_user properties. Typically this should either be scheme_admin=false, scheme_user=true for ordinary channel member, or scheme_admin=true, scheme_user=true for a channel admin.

Permissions

Must be authenticated and have the manage_channel_roles permission.

put/api/v4/channels/{channel_id}/members/{user_id}/schemeRoles

Path parameters

channel_idstring required

Channel GUID

user_idstring required

User GUID

Request body

scheme_adminboolean required
scheme_userboolean required

Response

Channel member's scheme-derived roles updated successfully.

statusstring

Will contain "ok" if the request was successful and there was nothing else to return

Changes

No recorded changes to this endpoint across all 3 revisions of this API.