Skip to main content

Organization Parameter

Zoho Contracts supports its users being part of more than one organization. For example, a user can be a contract owner in an organization named Zylker and an admin in an organization named Zillum. If users are in multiple organizations, they can set their default organization from within the application UI.

To make an API call to a particular organization, you must pass the organization parameter with the organization's API name as the value. It applies to all types of request methods. If you do not pass an organization name in the API, then the call is considered for the default organization. The following is an example to get active users of the organization whose API name is Zylker.
 

curl "https://contracts.zoho.com/api/v1/activeusers?orgname=zylker"
-X GET
-H "Authorization: Zoho-oauthtoken 1000.67013ab3960787bcf3affae67e649fc0.83a789c859e040bf11e7d05f9c8b5ef6"
 Zoho Contracts Developer Community