Skip to main content
POST
Create admin invites typed data

Authorizations

Authorization
string
header
required

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

Body

application/json
emails
string<email>[]
required
Required array length: 1 - 100 elements
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
role
required
Available options:
team_admin,
team_finance_admin,
team_viewer,
team_payment_initiator
nanoid
required

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

Required string length: 15
Pattern: ^te-.*

Response

Default Response

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