Returns the list of users who requested to join a closed group.
The current user must be at least a moderator in the group.
This method requires the following permissions: groups.
Parameters
offset
integer
(non-negative)
Offset into the list for pagination.
count
integer
(1..1000)
How many users to return.
By default 100.
fields
string
Comma-separated list of user profile fields to be returned.
group_id
integer
(positive)
Group identifier.
Result
Returns a paginated list of user objects.