Get a list of groups

Returns a list of groups.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Query parameters

multiContainsobjectOptional
multiContains
multiEqualsobjectOptional
multiEquals
multiStartsWithobjectOptional
multiStartsWith
inactivebooleanOptional
inactive
skipintegerOptional>=0Defaults to 0
skip
limitintegerOptional>=0Defaults to 25
limit
sortenumOptionalDefaults to name
sort
Allowed values:
orderenumOptional
order
Allowed values:
refreshbooleanOptionalDefaults to false
whether to refresh groups from AAA

Response

The groups matching the specified query.
resultsobject
This is the schema for an IAP group stored in Mongo
totalinteger>=0
The total number of documents

Errors

500
Internal Server Error