SearchAMSAccount

Gets all the accounts that are in an AMS group

Authentication Methods


  1. With AMS email and password
Input Parameter Type Description
Token* String
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=SearchAMSAccount'
RESPONSE
<Response>
    <Status>1</Status>
    <Message>Success</Message>
    <TotalCount>2</TotalCount>
    <Accounts>
        <Account>
            <Email>example001@example.com</Email>
            <CreationDstamp>1467030360</CreationDstamp>
        </Account>
        <Account>
            <Email>example002@example.com</Email>
            <CreationDstamp>1467027784</CreationDstamp>
        </Account>
    </AMSAccounts>
</Response>