API Reference
Account Groups

Add Members

1min
POST
This endpoint will enable you to add an account to an existing account group.
Authentication
Authorization
Path Parameters
accountGroupToken
*
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Body Parameters
addAccountToAccountGroup
*
Description
Add account to account group details
email
clientUserId
Responses
204
No Content
400
• Incorrect Parameters Passed: The account is already a member of the group. <br />• Conflicting account identification parameters found <br />• ClientUserId cannot be set using the provided authentication mechanism. <br />• Incorrect Parameters Passed: Account group token must be a valid GUID format. <br />• Incorrect Parameters Passed: The AccountGroupToken is not valid for the account affiliate
401
Not Authorized
404
Incorrect Parameters Passed: The account is already a member of the group.
500
Internal Server Error
Curl
JS
Ruby
Python
Responses
204
400
401
404
500