List all accounts
GET
http://localhost:3000/authorization/accounts
Returns all accounts.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
multiContainsobjectOptional
multiContains
multiEqualsobjectOptional
multiEquals
multiStartsWithobjectOptional
multiStartsWith
inactivebooleanOptional
inactive
isServiceAccountbooleanOptional
isServiceAccount
groupIdstringOptional
format: "^[0-9a-f]{24}$"groupId
skipintegerOptional
>=0Defaults to 0skip
limitintegerOptional
>=0Defaults to 25limit
sortenumOptionalDefaults to
namesort
Allowed values:
orderenumOptional
order
Allowed values:
loggedInbooleanOptional
loggedIn
Response
The accounts matching the specified query.
resultsobject
This is the schema for an IAP account stored in Mongo
totalinteger
>=0The total number of documents
Errors
500
Internal Server Error