Get a list of groups
GET
http://localhost:3000/authorization/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 0skip
limitintegerOptional
>=0Defaults to 25limit
sortenumOptionalDefaults to
namesort
Allowed values:
orderenumOptional
order
Allowed values:
refreshbooleanOptionalDefaults to
falsewhether 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
>=0The total number of documents
Errors
500
Internal Server Error