groupPayoutsUserEligibility
Gets the group payout eligibility for a group of users.
Parameters
Name | Type | Description |
---|---|---|
groupId | Identifier | The ID of the group. |
userIds | ArrayNonEmptyIfConst | The userIds to check for payout eligibility. |
Example
const { data: eligibility } = await ClassicEconomyApi.groupPayoutsUserEligibility({
groupId: 14941564,
userIds: [1412728377],
});
Example Data
{ "1412728377": "Eligible" }
Endpoint
GET /v1/groups/{groupId}/users-payout-eligibility