Search Users For Auth Source
The auth source can be SSO/LDAP/AD/VIDM.
For the LDAP/AD auth source, the request should contain the name of the user.
For the SSO/VIDM auth source, request should contain the name of the user and the SSO/VIDM domain.
Username can contain wildcards. Maximum of 25 users are returned for SSO auth source.
The id of the auth source
The query object for user search
Notes Examples for LDAP/SSO users
Show optional properties
{
"name": "string"
}
{
"name": "string",
"domain": "string"
}
The name of the user to be searched. Can contain wildcards
The auth source domain. Mandatory for an sso auth source
Users matching the request query
Notes Examples for LDAP/SSO users
"user-search-responses Object"
Collection of users
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string"}' https://{api_host}/suite-api/api/auth/sources/{id}/users/search