Endpoint Overview
/api/pages/v4/pages/assignable-user-groups/api/pages/v4/pages/{page_id}/assignments/user-groups/api/pages/v4/pages/{page_id}/assignments/user-groups/api/pages/v4/pages/{page_id}/assignments/user-groups/{group_id}/api/pages/v4/pages/assignable-user-groups/api/pages/v4/pages/{page_id}/assignments/user-groups/api/pages/v4/pages/{page_id}/assignments/user-groups/api/pages/v4/pages/{page_id}/assignments/user-groups/{group_id}List and search user groups which can be assigned to a page by the actor.
search_term stringA term that needs to match in the user group name, description or external id.
candidates_for stringFilter user groups that can be added to the given pageId.
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.
embed string[]Accept-Language stringThe preferred language used when returning localized strings.
200 OKSearches the user group assignments of a page.
page_id stringrequiredUnique identifier of a page.
search_term stringA term that needs to match in the user group name, description or external id.
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.
embed string[]Accept-Language stringThe preferred language used when returning localized strings.
200 OKAssign a user group to a page.
page_id stringrequiredUnique identifier of a page.
embed string[]Accept-Language stringThe preferred language used when returning localized strings.
user_group_id stringrequiredUnique identifier of a user group.
200 OKRemoves a user group assignment from a page with all related users.
page_id stringrequiredUnique identifier of a page.
group_id stringrequiredUnique identifier of a user group.
200 OK