User group collection
The Collection of Usergroups Resource contains all of the usergroups present in the system.
Methods supported: GET
GET /api/usergroups{?skip,take}
Retrieves the collection of usergroups. The response contains a Usergroup Collection Object.
Chunking
If there are more usergroups 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 usergroups returned is limited to that parameter (up to 100). The skip parameter can also be included to further determine which range of usergroups is returned.
Example Request:
Example Response: