UserGroups
Number of APIs: 10
-
Adds one or more users to an existing group. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/users
-
Adds group brand ID information to a group. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/brands
-
Deletes brand information from the requested group. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/brands
-
Gets a list of users in a group. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/users?count={{count}}&start_position={{start_position}}
-
Gets information about groups associated with the account. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/groups?count={{count}}&group_type={{group_type}}&include_usercount={{include_usercount}}&search_text={{search_text}}&start_position={{start_position}}
-
Updates the group information for a group. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/groups
-
Creates one or more groups for the account. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/groups
-
Deletes an existing user group. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/groups
-
Gets group brand ID Information. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/brands
-
Deletes one or more users from a gro DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/users