Organization API

Purpose

To get the organization's data.

Request URL

https://recruit.zoho.com/recruit/v2/org

Request Method

GET

Scope

scope=ZohoRecruit.org.all

Attributes:

  • "iso_code" : string representing base currency of the current org

  • "mc_status" : Checks if Multi-Currency is enabled or disabled.

Sample Request

Copiedcurl "https://recruit.zoho.com/recruit/v2/org"
-X GET
-H "Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"

Sample Response

Copied{
   "org": [
       {
"employee_count": 11,
           "zip": 48127,
           "country": US,
           "website": "www.zylker.com",
           "city": Michigan,
           "mobile": null,
           "description": null,
           "time_zone": "Chicago",
           "mc_status": false,
           "editor_mode": richtext,
           "type": Staffing agency,
           "country_code": "US",
           "license_details": {
               "plan_type": "enterprise",
               "no_of_users": 5
           },
           "phone": null,
           "street": null,
           "company_name": "Zylker",
           "primary_userid": "55511025",
           "alias": null,
           "primary_email": "aaron.b@zylker.com",
           "state": Chicago,
           "fax": null
       }
   ]
}