Controller: Admin Account Management: GetAccountGroups
GetAMSAccountGroups
Gets the groups an ams account is in
Authentication Methods
- With AMS email and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | |
Email* | ||
Output Parameter | Type | Description |
--- | --- | --- |
Success | Boolean |
*=required
This Api call supports paging and filtering, see paging and filtering documentation for more info.
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=rrc1d3ntb53tt6b2vhail6rdtrsxov3v&Task=GetAccountGroups&UserName=example001@example.com'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<TotalCount>2</TotalCount>
<AMSGroups>
<AMSGroup>
<Name>Account Management</Name>
<CreationDstamp>1462869783</CreationDstamp>
</AMSGroup>
<AMSGroup>
<Name>Admin Account Management</Name>
<CreationDstamp>1467026005</CreationDstamp>
</AMSGroup>
</AMSGroups>
</Response>