JSON API » people » people/zohocrm/update

Updates an existing Zoho CRM user integration.

Input parameters

Requires authentication and the user role privilege, or administrator role if the object is not owned by the user.

NameTypeDescriptionRequiredDefault value
auth_usernameStringAuthentication username.Yes
auth_passwordStringAuthentication password.Yes
personIntegerID number of user to update Zoho CRM integration for.Yes
clicktodialStringClick to dial number for this user to receive calls.NoEmpty string.

Responses

CodeDescription
204Success.
400Invalid input parameters specified. Check the key and message fields for more details.
401The authentication details provided are invalid.
402Your role does not allow this.
404The user integration does not exist, or you do not have permission to update it.
500Zoho CRM returned an error message.

Data returned

No data is returned.

Example: Changing the clicktodial property:

http://enswitch.example.com/api/json/people/zohocrm/update/?auth_username=user;auth_password=password;person=123;clicktodial=5551234567

{ "responses":[ { "code":"204", "key":"", "message":"OK" } ] }

Change history

VersionChanges
4.4Function added.