Back to API List Retrieves the list of groups and group members available in the account.Documentation Index
Fetch the complete documentation index at: https://koreai-v2-home-nav.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
This API requires a JWT generated by an application created only from the Admin Console.
| Method | GET |
|---|---|
| Endpoint | https://{{host}}/api/public/groups?offset=0&limit=2 |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token. |
| API Scope | App Builder: Not Applicable; Admin Console: Profile Management > Role Management |
Path Parameters
| Parameter | Required/Optional | Description |
|---|---|---|
host | Required | Environment URL, for example, https://platform.kore.ai |
offset | Optional | Page number to start fetching from. Defaults to 0 (first page). |
limit | Optional | Number of records to fetch. Maximum is 50. |