List groups visible to the current principal.
cURL
curl --request GET \ --url https://api.example.com/groups
{ "groups": [ { "created_by": "<string>", "id": "<string>", "name": "<string>", "owner_org_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "updated_at": "2023-11-07T05:31:56Z" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.terminaluse.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.terminaluse.com/llms.txt
Use this file to discover all available pages before exploring further.
Optional owner org filter.
1 <= x <= 200
x >= 1
Successful Response
Show child attributes
Was this page helpful?