Organization Parameter in API Calls

Organization Parameter in API Calls

Zoho Contracts now supports the multi-org feature where users can be part of multiple organizations. You can now manage contracts across multiple organizations with separate Zoho Contracts accounts for each organization. Users who are part of multiple organizations can also have different roles. 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.

  1. curl "https://contracts.zoho.com/api/v1/activeusers?orgname=zylker"
  2. -X Get
  3. -H "Authorization: Zoho-oauthtoken 1000.67013ab3960787bcfaffae67e649fc0.83789e040bf11e7d05f9c8b5ef6"

For further clarifications, feel free to get back to us. We would be happy to help you.

Cheers,
Jayakrishnan
Zoho Contracts Team

      • Sticky Posts

      • 11 Common API Errors and How to Prevent Them

        Zoho Contracts offers an extensive set of APIs using which you can integrate with your applications and build custom solutions. However, while using them and executing your code, you might face some errors. The reason might be due to any of the following
      • Organization Parameter in API Calls

        Zoho Contracts now supports the multi-org feature where users can be part of multiple organizations. You can now manage contracts across multiple organizations with separate Zoho Contracts accounts for each organization. Users who are part of multiple
      • Zoho Contracts API Documentation

        Greetings! The API documentation of Zoho Contracts is now available. Please access it from the below link. https://www.zoho.com/contracts/api/introduction.html You can post your queries and problems relating to Zoho Contracts API in this developer forum.