Skip to main content
GET
/
api
/
admin
/
groups
/
user-groups
cURL
curl --request GET \
  --url http://localhost:3001/api/admin/groups/user-groups \
  --header 'Authorization: <api-key>'
{
  "groups": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.dittofeed.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Query Parameters

workspaceId
string
required
userId
string
required
limit
number
offset
number

Response

Default Response

groups
string[]
required