Gigs

Invite User Manually

POST https://api.cirro.io/v2/gigs/:gig_id/invite

Description

Supports both bulk and single invite.

Parameters

ParameterTypeNote
user_idnumberID of the single invitee, required if users not given
usersarrayList of user objects, required if user_id not given

Users parameters

ParameterTypeNote
idnumberID of a user, required if users not given
no_rewardbooleanfalse by default. It indicates whether to create a epam staffing position for this user in case of epamer.

Example

1client = CirroIOV2::Client.new(...)
2client.Gig.invite(1, { user_id: 1 })
Previous
Get a Gig