List¶
GET /api/v1/workspace/member_group/list
Overview¶
List all teams in the current workspace.
Query Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| search | string | Search by team name Allow empty: False |
Parameter Details¶
Request Example¶
curl 'https://openapi.truewatch.com/api/v1/workspace/member_group/list' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed