{ "opencollection": "1.0.0", "info": { "name": "Zendesk Account Account Settings Groups API", "version": "1.0" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Zendesk Get Api V2 Groups", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/groups" }, "docs": "#### Pagination\n\n* Cursor pagination (recommended)\n* Offset pagination\n\nSee [Pagination](/api-reference/introduction/pagination/).\n\nReturns a maximum of 100 records per page.\n\n#### Allowed For\n\n* Admins\n* Agents\n" }, { "info": { "name": "Zendesk Post Api V2 Groups", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v2/groups" }, "docs": "#### Allowed For\n\n* Admins\n* Agents assigned to a custom role with permissions to manage groups (Enterprise only)\n" }, { "info": { "name": "Zendesk Get Api V2 Groups Group_id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/groups/:group_id" }, "docs": "#### Allowed For\n\n* Admins\n* Agents\n" }, { "info": { "name": "Zendesk Put Api V2 Groups Group_id", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v2/groups/:group_id" }, "docs": "#### Allowed For\n\n* Admins\n" }, { "info": { "name": "Zendesk Delete Api V2 Groups Group_id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v2/groups/:group_id" }, "docs": "#### Allowed For\n\n* Admins\n* Agents assigned to a custom role with permissions to manage groups (Enterprise only)\n" }, { "info": { "name": "Zendesk Get Api V2 Groups Assignable", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/groups/assignable" }, "docs": "#### Pagination\n\n* Cursor pagination (recommended)\n* Offset pagination\n\nSee [Pagination](/api-reference/introduction/pagination/).\n\nReturns a maximum of 100 records per page.\n\n#### Allowed For\n\n* Admins\n* Agents\n" }, { "info": { "name": "Zendesk Get Api V2 Groups Count", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v2/groups/count" }, "docs": "Returns an approximate count of groups. If the count exceeds 100,000, it is updated every 24 hours.\n\nThe `refreshed_at` property of the `count` object is a timestamp that indicates when the count was last updated.\n\n**Note**: When the count exceeds 100,000, `refreshed_at` may occasionally be null. This indicates that the count is being updated in the background, and the `value` property of the `count` object is limited to 100,000 until the update is complete.\n\n#### Allowed For\n\n* Admins\n* Agents\n" } ] } ], "bundled": true }