#How do we add someone in a workspace
1 messages · Page 1 of 1 (latest)
AI-generated Answer for swarek.eth
Short answer
UI (fastest)
- Only workspace admins can add/remove members. Go to your profile icon (top‑right) → Workspace settings → Members, then add the user’s email and assign a role. Invites use one of your seats. (elevenlabs.io)
API
- POST https://api.elevenlabs.io/v1/workspace/invites/add with JSON body { "email": "user@example.com", optional "seat_type": "workspace_admin" | "workspace_member" | "workspace_lite_member", optional "group_ids": [...] }. Requires the WORKSPACE_MEMBERS_INVITE permission. If accepted, the user is added to your workspace and consumes a seat; 400 if they’re already a member. (elevenlabs.io)
Bulk/auto options
- Bulk invite via POST /v1/workspace/invites/add-bulk (emails must belong to a verified domain). (elevenlabs.io)
- Enterprise workspaces can enable automatic user provisioning via Workspace settings → Security & SSO (users from verified domains auto-join and take a seat). (elevenlabs.io)
Plan requirement
- Multi‑seat workspaces are available on Scale, Business, and Enterprise only. Scale includes 3 seats; Business includes 5. (help.elevenlabs.io)
Sources:
Workspaces | ElevenLabs Documentation
Invite user | ElevenLabs Documentation
Invite Multiple Users | ElevenLabs Documentation
Workspaces | ElevenLabs Documentation
Can I add users to my account? – ElevenLabs
I am in a workspace where I am solo (so I'm admin) and I see nowhere to add a user. My workspace
Creator plan • 1 member