API Reference
Account Groups

Retrieve All Members.

1min
GET
This endpoint will enable you to retrieve all accounts that belong to a specific account group.
Authentication
Authorization
Path Parameters
accountGroupToken
*
Query Parameters
role
rowsPerPage
currentPage
firstName
surName
Header Parameters
X-TokenId
X-SessionId
X-Version
*
Origin
Responses
200
OK
Description
Generic type for search result
totalNumberOfRecords
pageNumber
resultsPerPage
items
400
The AccountGroupToken is not valid.
401
Not Authorized
404
Account Group cannot be found.
500
Internal Server Error
Curl
JS
Ruby
Python
Responses
200
400
401
404
500