Response
Responses will be in the JSON format.
| Node Name | Description |
|---|---|
| status_code | HTTP status code for the invoked API |
| message | Message for the invoked API. |
| resource name | Comprises the invoked API’s Data. |
The response structure for the Zoho Directory API follows the below format.
{
"status_code": 200,
"groups": [
{
"group_name": "...",
}
],
"has_more": false,
"resource_name": "groups"
}