[{"label":"Latest (v1.0)","version":"latest"}]
csp
SearchUsersInIdpRequest
Request body to search users in the identity providers.
Properties
string
searchTerm
Required
Search criteria to search for users by their first name, last name and email. Must not be null or blank.
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
pageLimit
Optional
Maximum number of users to return in response. Default value is 200.
integer as int32
pageStart
Optional
Start index for querying users. Default value is 1.
JSON Example
{
"searchTerm": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Parameter To
Search Users In IDP By Names And Email