provider workspace GET /v1/workspace/groups/search
@utdk/elevenlabs /v1/workspace/groups/search
Search User Groups
Searches for user groups in the workspace. Multiple or no groups may be returned.
name query required
Name of the target group.
string
xi-api-key header
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
searchGroups
GET/v1/workspace/groups/search
Searches for user groups in the workspace. Multiple or no groups may be returned.

required

Name of the target group.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.searchGroups()