RetrieveUserGroupsRequestType
The parameters of RetrieveUserGroups.
{
"domain": "string",
"searchStr": "string",
"belongsToGroup": "string",
"belongsToUser": "string",
"exactMatch": false,
"findUsers": false,
"findGroups": false
}
Domain to be searched. If not set, then the method searches the local machine.
Case insensitive substring used to filter results; the search string is compared to the login and full name for users, and the name and description for groups. Leave this blank to match all users.
If present, the returned list contains only users or groups that directly belong to the specified group. Users or groups that have indirect membership will not be included in the list.
If present, the returned list contains only groups that directly contain the specified user. Groups that indirectly contain the user will not be included in the list.
Indicates the searchStr passed should match a user or group name exactly.
True, if users should be included in the result.
True, if groups should be included in the result.