Update organization
PATCH {{baseUrl}}/api/v1/organizations/:organization_Id
This API updates the details of an organization.
OAuth Scope
Desk.settings.UPDATE
Desk.basic.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
companyName | <string> max chars : 50 | Actual name of the organization/business |
portalName | <string> max chars : 100 | Unique name for the help desk portal. Only lower-case letters and numbers are allowed in the name. |
phoneNumber | <string> max chars : 30 | Phone number of the organization |
edition | <string> max chars : 100 | Zoho Desk edition purchased. Values allowed are: FREE , ENTERPRISE , and PROFESSIONAL . |
alias | <string> max chars : 50 | Alternative name for the help desk portal |
employeeCount | <string> max chars : 19 | Number of employees in the organization |
description | <string> max chars : 250 | Brief description of the organization |
mobile | <string> max chars : 30 | Mobile number of the organization |
website | <string> max chars : 50 | Website of the organization |
fax | <string> max chars : 100 | Fax number of the organization |
primaryContact | <string> max chars : 100 | Primary contact person in the organization |
street | <string> max chars : 50 | Street in which the organization's office is located |
city | <string> max chars : 50 | City in which the organization's office is located |
state | <string> max chars : 50 | State in which the organization's office is located |
zip | <string> max chars : 100 | Zip code of the organization's address |
country | <string> max chars : 50 | Country in which the organization's office is located |
currencyLocale | <string> max chars : 100 | Currency locale in which the organization operates |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"country":"United States","city":"Bernierview","companyName":"Zylker Desk","description":"We are Zylker Support.","edition":"ENTERPRISE","employeeCount":"10","isAdminInOrg":true,"faviconURL":"https://desk.zoho.com/api/v1/organizations/3981311/favicon?no-cache=d61a9627de49ffe046fcab71af3359e8","portalName":"zylkerdesk","street":"70961 Powlowski Crossing","currencyLocale":"US","alias":"Zylker Teams","id":"3981311","state":"NC","fax":"8392839821","zip":"68838-2640","website":"www.zylker.com","mobile":"9848022338","currencySymbol":"$","logoURL":"http://img.zohostatic.com/support/1284527/images/portalLogo.png","isDefault":"false","phoneNumber":"9884358081","portalURL":"http://support.zylker.com/support/zylkerdesk/ShowHomePage.do","primaryContact":"kelvin@zylker.com","currencyCode":"USD"}