This API returns User references for all users in an Account.
[BaseURL]/Account/{AccountID}/User/List
GET
Authorization: SAML2 assertion=[SAMLAssertion]
dece:UserList-type
HTTP 200 Ok
The following example fetches a list of references for all the Users in an Account.
GET /rest/2015/02/Account/urn:dece:accountid:org:dece:53383173039048A18E14B13D5346D96F/User/List HTTP/1.1
Host: api.uvvu.com
Accept: application/xml
Authorization: SAML2 assertion=[Assertion]
HTTP/1.1 200
Etag: [Etag]
Date: [Date]
Content-Type: application/xml
Last-modified: [LastModified]
X-transaction-info: [TransactionInfo]
<?xml version="1.0" encoding="UTF-8"?>
<UserList xmlns="http://www.decellc.org/schema/2015/03/coordinator">
<UserReference>urn:dece:userid:org:dece:F64016947C4441FFB04CEB732605B90E</UserReference>
</UserList>