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 NameData TypeDescription
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: FREEENTERPRISE, 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

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;country&quot;:&quot;United States&quot;,&quot;city&quot;:&quot;Bernierview&quot;,&quot;companyName&quot;:&quot;Zylker Desk&quot;,&quot;description&quot;:&quot;We are Zylker Support.&quot;,&quot;edition&quot;:&quot;ENTERPRISE&quot;,&quot;employeeCount&quot;:&quot;10&quot;,&quot;isAdminInOrg&quot;:true,&quot;faviconURL&quot;:&quot;https://desk.zoho.com/api/v1/organizations/3981311/favicon?no-cache=d61a9627de49ffe046fcab71af3359e8&quot;,&quot;portalName&quot;:&quot;zylkerdesk&quot;,&quot;street&quot;:&quot;70961 Powlowski Crossing&quot;,&quot;currencyLocale&quot;:&quot;US&quot;,&quot;alias&quot;:&quot;Zylker Teams&quot;,&quot;id&quot;:&quot;3981311&quot;,&quot;state&quot;:&quot;NC&quot;,&quot;fax&quot;:&quot;8392839821&quot;,&quot;zip&quot;:&quot;68838-2640&quot;,&quot;website&quot;:&quot;www.zylker.com&quot;,&quot;mobile&quot;:&quot;9848022338&quot;,&quot;currencySymbol&quot;:&quot;$&quot;,&quot;logoURL&quot;:&quot;http://img.zohostatic.com/support/1284527/images/portalLogo.png&quot;,&quot;isDefault&quot;:&quot;false&quot;,&quot;phoneNumber&quot;:&quot;9884358081&quot;,&quot;portalURL&quot;:&quot;http://support.zylker.com/support/zylkerdesk/ShowHomePage.do&quot;,&quot;primaryContact&quot;:&quot;kelvin@zylker.com&quot;,&quot;currencyCode&quot;:&quot;USD&quot;}