listJoinGroupRequests( )


Lists requests to join a group.

Note: This function is only relevant for private groups.

The listjoinGroupRequests() function returns a Promise that resolves to a list of up to 100 requests to join a group. Sorts by default to _createdDate in descending order. Only site admins and group admins can see requests to join their group. Site members can access their own join requests in their site.

Notes:

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Method Declaration
Copy
Method Parameters
groupIdstringRequired

ID of the group requested to join.


optionsListJoinGroupRequestsOptions
Returns
Return Type:Promise<ListJoinGroupRequestsResponse>
Was this helpful?
Yes
No