Search Users For Auth Source Using POST
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"
}
{
"domain": "string",
"name": "string"
}
The auth source domain. Mandatory for an sso auth source
The name of the user to be searched. Can contain wildcards
Users matching the request query Notes Examples for LDAP/SSO users
{
"user-search-response": [
{
"distinguishedName": "string",
"emailAddress": "string",
"firstName": "string",
"lastName": "string",
"name": "string"
}
]
}