Get organizations

Get a paginated list of organizations using optional search query parameters.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

realmstringRequired

Query parameters

searchstringOptional
search by name
firstintegerOptional
maxintegerOptional
qstringOptional

search by attributes using the format (space separated) k1:v1 k2:v2

Response

success
idstring or null
namestring or null
displayNamestring or null
urlstring or null
realmstring or null
domainslist of strings or null
attributesmap from strings to lists of strings or null