SearchUsersInIdpRequest
SearchUsersInIdpRequest
Request body to search users in the identity providers.
JSON Example
{
"domain": "string",
"idpId": "string",
"pageLimit": 0,
"pageStart": 0,
"searchTerm": "string"
}
string
domain
Optional
Optionally filtered by domain.
string
idpId
Optional
Idp id to search users into it. Must not be null or blank.
integer As int32 As int32
pageLimit
Optional
Maximum number of users to return in response. Default value is 200.
integer As int32 As int32
pageStart
Optional
Start index for querying users. Default value is 1.
string
searchTerm
Required
Search criteria to search for users by their first name, last name and email. Must not be null or blank. Max search length is 120 characters.