Skip to main content
POST
/
v0
/
settings
/
users
Invites a user
curl --request POST \
  --url https://{hostname}.gable.ai/v0/settings/users \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "email": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "resendInvite": true,
  "role": "ADMIN"
}'
This response does not have an example.

Authorizations

X-API-KEY
string
header
required

Body

application/json
email
string
required
firstName
string
lastName
string
resendInvite
boolean
role
enum<string>
Available options:
ADMIN,
EDITOR,
VIEWER

Response