UserList()

This API returns User references for all users in an Account.

API URL:

[BaseURL]/Account/{AccountID}/User/List

Request Method:

GET

Request Parameters:

Request Format

Headers:

Response Format

XML type:

Status Code:

Example

Fetch a list of User references for a given AccountID

The following example fetches a list of references for all the Users in an Account.

Sample Request:

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]

Sample Response:

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>

See Also