-
Print
-
DarkLight
GET /teams/groups
Gets a summary of all team account groups in the project.
Header
Parameter | Type | Description |
---|---|---|
api_token | string | The REST API key can be obtained from Settings > Advanced > API tokens. |
Sample Response
{
"result": [
{
"group_id": "cfea5584-2aca-4ab8-baf9-a3f17fec9fb5",
"title": "Administrators",
"description": ""
}
],
"extension_data": null,
"context": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
Response Data
Parameter | Type | Description |
---|---|---|
group_id | string | The ID of the team account group. |
title | string | The name of the team account group. |
description | string | Description of the team account group. |
Was this article helpful?