UserGroups

Number of APIs: 10

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

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

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

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

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

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

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

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

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

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