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
Response
Channel member's scheme-derived roles updated successfully.
Changes
No recorded changes to this endpoint across all 3 revisions of this API.