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