v5
latestOpenAPI 3.1.02026-08-043621,4011.8 MBworkspace
Search User Groups
Searches for user groups in the workspace. Multiple or no groups may be returned.
get/v1/workspace/groups/search
Query parameters
namestring required
Name of the target group.
Name of the target group.
Headers
xi-api-keystring nullable
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.
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.
Response
Successful Response
Example response
[
{
"id": "1234567890",
"members_emails": [
"john.doe@example.com",
"jane.smith@example.com"
],
"name": "My Workspace Group"
}
]