List Access Groups

Get a list of access groups for a site

Required scope | users:read

Path parameters

site_idstringRequiredformat: "objectid"

Unique identifier for a Site

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

offsetintegerOptional

Offset used for pagination if the results have more than limit records

limitintegerOptional

Maximum number of records to be returned (max limit: 100)

sortenumOptional

Sort string to use when ordering access groups Can be prefixed with a - to reverse the sort (ex. -CreatedOn)

Allowed values:

Response

Request was successful

countintegerOptional

Number of access groups returned

limitintegerOptionalDefaults to 10

The limit specified in the request

offsetintegerOptionalDefaults to 0

The offset specified for pagination

totalintegerOptional

Total number of access groups in the collection

accessGroupslist of objectsOptional

List of Site Access Groups

Errors