POST
/
v1
/
workspace
/
invites
/
add
from elevenlabs import ElevenLabs

client = ElevenLabs(
    api_key="YOUR_API_KEY",
)
client.workspace.invite_user(
    email="email",
)
"<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
Successful Response

The response is of type any.