Endpoint Overview
/api/admin/channels/v4/channels/{channel_id}/assignments/user-groups
/api/admin/channels/v4/channels/{channel_id}/assignments/user-groups
/api/admin/channels/v4/channels/{channel_id}/assignments/user-groups/{user_group_id}
/api/admin/channels/v4/channels/{channel_id}/assignments/user-groups
/api/admin/channels/v4/channels/{channel_id}/assignments/user-groups
/api/admin/channels/v4/channels/{channel_id}/assignments/user-groups/{user_group_id}
Gets all user groups that are assigned to the channel.
channel_id
stringrequiredThe primary identifier of the channel to access.
search_term
stringA term that needs a a match in the user groups' name.
embed
string[]page_number
integerrequested page for offset based pagination. Refer to our general "pagination" concept for more information.
page_limit
integerThe maximum number of items to be contained in the response array. Refer to our general "pagination" concept for more information.
Accept-Language
stringThe preferred language used when returning localized strings.
200 OK
Assigns a user group to the channel. All users with that are assigned to the user group or any descendent will be assigned to the channel. Any existing channel user assignments for users that are part of this user group will be managed by the user group after this call.
channel_id
stringrequiredThe primary identifier of the channel to access.
user_group_id
stringrequiredThe primary identifier of the user group.
201 Created
Deletes the user group assignment for the channel. Users that are part of this user group or any descendent will be removed from the channel, unless there is another user group assigned to the channel that contains them.
channel_id
stringrequiredThe primary identifier of the channel to access.
user_group_id
stringrequiredThe primary identifier of the user group.
200 OK