User collection
The Collection of Users Resource contains all of the users present in the system.
Methods supported: GET
GET /api/users{?skip,take}
Retrieves the collection of users. The response contains a User Collection Object.
Chunking
If there are more users than can fit in a single chunk, a link is included to retrieve the next chunk.
Ranging
If the take parameter is specified, the number of users returned is limited to that parameter (up to 100). The skip parameter can also be included to further determine which range of users is returned.
Example Request:
Example Response: