Skip to main content
POST
Create invites for employees and contractors

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
nanoid
string
required

Identifier of a Rise team (a workspace below a company). 15-character nanoid prefixed with te-.

Required string length: 15
Pattern: ^te-.*
invites
object[]
required
role
enum<string>
required
Available options:
contractor,
team_employee,
aor_contractor
anonymous
boolean

Response

Default Response

success
enum<boolean>
required
Available options:
true
data
object
required