Authorization
Authorization
RequiredBearer <token>< Project ID >:< Management Key > as bearer
In: header
Request Body
application/json
RequiredloginId
stringSearch for specific login ID
tenantIds
array<string>If not empty then users must be members of at least one of these tenants
roleNames
array<string>If not empty then users must have one of the specified roles
limit
integerDefault is 100 if not specified
"int32"
text
stringFull text search across relevant columns
page
integerPage number starting with 0 for the first page
"int32"
ssoOnly
booleanBring only users that have SSO external IDs
false
withTestUser
booleanReturn also users which are test users
testUsersOnly
booleanReturn only test users
false
customAttributes
objectSearch for users with these custom attributes. Custom attributes filter should have string keys (attribute names that were configured for the user). Values should be either strings, ints or bools or lists (arrays) of strings, ints or bools for multiple matches.
statuses
array<string>If not empty then users must be in one of those statuses
emails
array<string>phones
array<string>ssoAppIds
array<string>sort
array<object>loginIds
array<string>fromCreatedTime
stringtoCreatedTime
stringfromModifiedTime
stringtoModifiedTime
stringuserIds
array<string>scimOnly
booleanBring only users that provisioned or updated by SCIM
OK