Get a list of roles
GET
http://localhost:3000/authorization/roles
Returns a list of roles.
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:
Response
The roles matching the specified query.
resultsobject
This is the schema for an IAP role stored in Mongo
totalinteger
>=0The total number of documents
Errors
500
Internal Server Error