JSON API » people » people/zohocrm/get

Gets the fields of a Zoho CRM user integration.

Input parameters

Requires authentication and the administrator role privilege.

NameTypeDescriptionRequiredDefault value
auth_usernameStringAuthentication username.Yes
auth_passwordStringAuthentication password.Yes
personIntegerID of user to get Zoho CRM integration for.Yes

Responses

CodeDescription
200Success.
400Invalid customer specified.
401The authentication details provided are invalid.
402Your role does not allow this.

Data returned

Fields of Zoho CRM integration.

Example: With required parameters

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

{ "responses":[ { "code":"200", "key":"", "message":"OK" } ], "data":{ "person":123, "access_token":"1000.342b...", ... } }

Change history

VersionChanges
4.4Function added.