POST
/
v1
/
workspace
/
invites
/
add
curl --request POST \
  --url https://api.elevenlabs.io/v1/workspace/invites/add \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>"
}'
"<any>"
Workspaces are currently only available for Enterprise customers. To upgrade, get in touch with our sales team.

Headers

xi-api-key
string

Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.

Body

application/json
email
string
required

Email of the target user.

Response

200 - application/json

The response is of type any.