Users

Create Invitation Attempt

POST https://api.cirro.io/v2/users/:id/invitation_attempt

Parameters

AttributeTypeNote
max_amountnumberThe number of created gig invitations
gig_idsarrayInvites will be created only for listed gigs

Example

1client = CirroIOV2::Client.new(...)
2client.User.invitation_attempt(1, {gig_ids: [2, 3], max_amount: 2})
Previous
Create or update Notification Preferences of a User