Admin User Groups
User Groups are used to streamline the management of users within an application. By placing like users in groups, you can filter content, define order management rules, and manage changes much more easily than trying to account for individual users.
AdminUserGroups.List
Get a list of admin user groups.
v1/usergroups
AdminUserGroups.Create
Create a new admin user group.
v1/usergroups
AdminUserGroups.ListUserAssignments
Get a list of admin user group user assignments.
v1/usergroups/assignments
AdminUserGroups.SaveUserAssignment
Create or update an admin user group user assignment.
v1/usergroups/assignments
AdminUserGroups.Get
Get a single admin user group.
v1/usergroups/{userGroupID}
AdminUserGroups.Save
Create or update an admin user group.
v1/usergroups/{userGroupID}
AdminUserGroups.Delete
Delete an admin user group.
v1/usergroups/{userGroupID}
AdminUserGroups.Patch
Partially update an admin user group.
v1/usergroups/{userGroupID}
AdminUserGroups.DeleteUserAssignment
Delete an admin user group user assignment.
v1/usergroups/{userGroupID}/assignments/{userID}