Get Organization Info API
This API retrieves basic organizational information, including the company name and contact details.
Request URL:
https://people.zoho.com/api/v3/organization
Scope:
ZOHOPEOPLE.organization.READ
Possible Operation Types:
Read - Only to read data
Method:
GET
Error Codes and Descriptions
Status Codes | Description |
---|---|
403 | You don't have permission to perform this operation, as you are not an Administrator |
Threshold Limit: 20 requests | Lock period: 5 minutes
Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.
Sample Request
Copiedhttps://people.zoho.com/api/v3/organization
Header:
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Sample Response:
Copied{
"TimeFormat": "hh:mm a",
"Company": "89740123",
"ContactMailId": "tina.thomas@zylker.com",
"TimeZone": "Asia/Kolkata",
"Address": {
"AddressLine2": "12 B",
"AddressLine1": "Lark Road",
"State": "",
"Country": "India",
"PostalCode": "XX0123",
"City": "Mumbai"
},
"DateFormat": "dd.MM.yyyy",
"Website": "",
"ContactNumber": "85420000",
"ContactPerson": "Anonymous"
}
Show full
Show less
Failure Response:
Copied{
"code": "NO_PERMISSION",
"message": "You don't have permission to perform this operation as you are not an Admin."
}