getGroupUsers
FunctiongetGroupUsers(id: string, requestOptions?: IRequestOptions): Promise<IGroupUsersResult>Get the usernames of the admins and members. Does not return actual 'User' objects. Those must be retrieved via separate calls to the User's API.
Parameters
| Parameter | Type | Notes |
|---|---|---|
id | string | Group Id |
request | IRequestOptions | Options for the request |
Returns
Promise<IGroupUsersResult>A Promise that will resolve with arrays of the group admin usernames and the member usernames