getGroupUsers

getGroupUsers

Function
getGroupUsers(idstring, 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
ParameterTypeNotes
id
string

Group Id

requestOptions
IRequestOptions

Options for the request

Returns 
Promise<IGroupUsersResult>

A Promise that will resolve with arrays of the group admin usernames and the member usernames

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.