Skip to main content
PUT
Invite user to team

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string
required

Email address of the user to invite

role
enum<string>
required

Role to assign to the invited user

Available options:
ADMIN,
ANALYST,
VIEWER
firstName
string

First name of the user to invite (1-512 characters)

lastName
string

Last name of the user to invite (1-512 characters)

autoSubscribeToNotifications
boolean

Whether to disable notifications for the invited user

Response