HTTP Request Methods
All Zoho People APIs follow REST standards, i.e, people use the HTTP request methods GET and POST.
The following table explains the HTTP methods and their descriptions.
Method | ​Description |
GET | To retrieve data/resource from the resource server. |
POST | To insert or upload any new resource to the server. |