User Invitations
Send User Invitation (Upsert)
Send a user invitation to a user. If the user already has an invitation, the invitation will be updated.
POST
/
v1
/
user-invitations
Authorizations
Authorization
string
headerrequiredUse your api key generated from the admin console
Body
application/json
type
enum<string>
requiredAvailable options:
PROJECT
email
string
requiredprojectId
string
requiredprojectRole
required
Available options:
ADMIN
Response
201 - application/json
id
string
requiredcreated
string
requiredupdated
string
requiredemail
string
requiredstatus
required
Available options:
PENDING
type
required
Available options:
PLATFORM
platformId
string
requiredplatformRole
enum<string> | null
Available options:
ADMIN
, MEMBER
projectId
string | null
projectRole
enum<string> | null
Available options:
ADMIN
, EDITOR
, OPERATOR
, VIEWER
link
string