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