User groups
- GET
- /workspaces
- /:workspace
- /groups
Returns all groups in the workspace according to the "Who can see what?" article in the help guide
Request
REQUIRED SCOPES
WORKSPACE
URL PARAMETERS
workspacerequired string
The workspace name.Last modified on Apr 8, 2025
Example:
CURLcurl -X GET "https://api.buddy.works/workspaces/:workspace/groups" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE{ "url": "https://api.buddy.works/workspaces/buddy/groups", "html_url": "https://app.buddy.works/buddy/people", "groups": [ { "url": "https://api.buddy.works/workspaces/buddy", "html_url": "https://app.buddy.works/buddy/group/1", "id": 1, "name": "Dev Team", "description": "Developers" } ] }
STATUS200 OK
LIMITSX-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999