...
Header | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request. |
Response Codes
Code | Text | Description |
|---|---|---|
| 200 | OK | The request was successfully processed. The response body contains XML info on the groups. |
| 400 | Bad Request | A request error. |
| 401 | Unauthorized | An authorization error. |
| 403 | Permission Denied | The user doesn't have enough permissions to get the list of groups. |
...