POST
/
v0
/
settings
/
users
cURL
curl --request POST \
  --url 'https://api-(organization).gable.ai/v0/settings/users' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "firstName": "<string>",
  "lastName": "<string>",
  "resendInvite": true,
  "role": "ADMIN"
}'
This response does not have an example.

Body

application/json

Response

200

User was invited to Gable