GET https://apis.roblox.com/cloud/cloud/v2/groups/:group_id/join-requests
List Group Join Requests
group_id The group ID.
maxPageSize The maximum number of group join requests to return. The service might
return fewer than this value. If unspecified, at most 10 group join
requests are returned. The maximum value is 20 and higher values are set
to 20.
pageToken A page token, received from a previous call, to retrieve a subsequent page.
When paginating, all other parameters provided to the subsequent call must
match the call that provided the page token.
filter This field may be set in order to filter the resources returned.
Filtering conforms to Common Expression Language (CEL). Only the user
field and == operator are supported.
Example: "user == 'users/156'"
List join requests under a group.
GET https://apis.roblox.com/cloud/cloud/v2/groups/:group_id/join-requests List Group Join Requests group_id The group ID. maxPageSize The maximum number of group join requests to return. The service might return fewer than this value. If unspecified, at most 10 group join requests are returned. The maximum value is 20 and higher values are set to 20. pageToken A page token, received from a previous call, to retrieve a subsequent page.
When paginating, all other parameters provided to the subsequent call must match the call that provided the page token. filter This field may be set in order to filter the resources returned.
Filtering conforms to Common Expression Language (CEL). Only the
user
field and==
operator are supported.Example:
"user == 'users/156'"
List join requests under a group.