Theme

Gigs

Invite User Manually

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

Parameters

ParameterTypeNote
user_idnumberID of the single invitee, required if users not given
usersarray OF users (See below)List of user objects, required if user_id not given

Users parameters

ParameterTypeNote
idrequirednumberID of a user
no_rewardbooleanfalse by default. It indicates whether to create a epam staffing position for this user in case of epamer.

Description

Supports both bulk and single invite.

Example

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