Get User List

This endpoint returns a summarised list of all Users assigned to a Partner's account. To view a User's complete dataset, a call must be made to the get a single User endpoint. A partner can lookup a Client's Users by including the client id or name as a request parameter. Other filters will limit the Users in the response by Partner. Use the 'skip' and 'take' parameters to implement pagination.

Query Params
string
length ≤ 255

Filter the list by Partner. The parameter value can be either the Partner's ID or Name. This parameter is only available to System and Parner-level roles. Similarly, the partner will not be returned in the response for Client-level roles.

string
length ≤ 255

Filter the list by Client. The parameter value can be either the Client's ID or Name.

int32
Defaults to 10

The number of entries to include in the list.

int32
Defaults to 0

The number of results to skip before listing entries.

Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json