List Access Groups

GET

Get a list of access groups for a site

Required scope | users:read

Path parameters

site_idstringRequired

Unique identifier for a Site

Query parameters

offsetdoubleOptional

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

limitdoubleOptional

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

sort"CreatedOn" or "-CreatedOn"Optional

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

Allowed values: CreatedOn-CreatedOn

Response

Request was successful

countdoubleOptional

Number of access groups returned

limitdoubleOptionalDefaults to 10

The limit specified in the request

offsetdoubleOptionalDefaults to 0

The offset specified for pagination

totaldoubleOptional

Total number of access groups in the collection

accessGroupslist of objectsOptional

List of Site Access Groups

Errors