GET
/
api
/
admin
/
groups
/
user-groups
curl --request GET \
  --url http://localhost:3001/api/admin/groups/user-groups
{
  "groups": [
    "<string>"
  ]
}

Query Parameters

workspaceId
string
required
userId
string
required
limit
number
offset
number

Response

200
application/json
Default Response
groups
string[]
required