List Access Groups
Get a list of access groups for a site
Path parameters
site_id
Unique identifier for a Site
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Accept-Version
The API version
Query parameters
offset
Offset used for pagination if the results have more than limit records
limit
Maximum number of records to be returned (max limit: 100)
sort
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
count
Number of access groups returned
limit
The limit specified in the request
offset
The offset specified for pagination
total
Total number of access groups in the collection
accessGroups
List of Site Access Groups