Skip to main content
POST
Invites a user

Authorizations

X-API-KEY
string
header
required

Body

application/json
email
string
required

The email address of the user, which is the primary ID in Gable

Pattern: ^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$
firstName
string

The first name of the user

lastName
string

The last name of the user

resendInvite
boolean

The flag which determines whether the invitation should be resent

role
enum<string>

The role of the user

Available options:
ADMIN,
EDITOR,
VIEWER

Response

User was invited to Gable