JSON API » people » people/zohocrm/get

Gets the fields of a 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 of user to get Zoho CRM integration for.Yes

Responses

CodeDescription
200Success.
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 view it.

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.