[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Search Users For Auth Source
DescriptionThe 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.
Request
URLURL
https://localhost/suite-api/api/auth/sources/{id}/users/search
Path Parameters
Path Parameters
string
id
Required
The id of the auth source
Request Body
Request Body
user-search-request
of type(s) application/json, application/xml
Required
The query object for user search Notes Examples for LDAP/SSO users
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
UserSearchResponses
of type(s) application/json, application/xml
Users matching the request query Notes Examples for LDAP/SSO users
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"domain":"string","name":"string"}' https://localhost/suite-api/api/auth/sources/{id}/users/search
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
On This Page
Auth Operations
post
post
post
put
post
Create Scope
Introduced
post
post
post
delete
delete
Delete Scopes
Introduced
delete
delete
delete
delete
delete
get
Get All Object Scopes
Introduced
get
get
get
get
get
get
Get Scope
Introduced
get
get
get
get
post
put
Modify Scope
Introduced
put
patch
post
delete
put
Synchronize User Groups
Changed
post
put