searchGroupUsers
searchGroupUsers
FunctionsearchGroupUsers(id: string, searchOptions?: ISearchGroupUsersOptions): Promise<ISearchGroupUsersResult>
Search the users in a group. See the REST Documentation for more information.
Parameters
Parameter | Type | Notes |
---|---|---|
id | string | The group id |
search | ISearchGroupUsersOptions | Options for the request, including paging parameters. |
Returns
Promise<ISearchGroupUsersResult>
A Promise that will resolve with the data from the response.