Search Users In Idp By Names And Email
Use this API instead:
- /scim/v2/Users
Search users in the corresponding organization in idp by names and email.
Access Policy
Role | Access |
---|---|
Platform operator | ✔️ |
Organization Owner | ✔️ |
Organization Member | ✔️ |
Service Account (Whitelisted Client) | ✔️ |
Show optional properties
{
"searchTerm": "string"
}
{
"searchTerm": "string",
"idpId": "string",
"domain": "string",
"pageStart": 0,
"pageLimit": 0
}
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.
Idp id to search users into it. Must not be null or blank.
Optionally filtered by domain.
Start index for querying users. Default value is 1.
Maximum number of users to return in response. Default value is 200.
OK
"PagedPostResponseBaseUser Object"
Partial list of returned results.
Number of items per page.
Start index of the results.
Total number of results if available
The user is not authorized to use the API.
"PagedPostResponseBaseUser Object"
Partial list of returned results.
Number of items per page.
Start index of the results.
Total number of results if available
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"searchTerm:"string"}' https://{api_host}/csp/gateway/am/api/v2/users/search