UserGroups

Number of APIs: 10

  1. 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}}

  2. Updates the group information for a group. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/groups

  3. Creates one or more groups for the account. POST {{baseUrl}}/v2.1/accounts/{{accountId}}/groups

  4. Deletes an existing user group. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/groups

  5. Gets group brand ID Information. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/brands

  6. Adds group brand ID information to a group. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/brands

  7. Deletes brand information from the requested group. DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/brands

  8. Gets a list of users in a group. GET {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/users?count={{count}}&start_position={{start_position}}

  9. Adds one or more users to an existing group. PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/users

  10. Deletes one or more users from a gro DELETE {{baseUrl}}/v2.1/accounts/{{accountId}}/groups/{{groupId}}/users