This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

To use the Zoho People connector, add the <zohopeople.init> element in your configuration before carrying out any other Zoho People operations. 

Zoho People uses an authentication token, which you can generate using the API mode or the browser mode. For more information on authentication, see https://www.zoho.com/people/help/api/auth-token.html.

init
<zohopeople.init>
	<apiUrl>{$ctx:apiUrl}</apiUrl>
	<authToken>{$ctx:authToken}</authToken>
	<responseType>{$ctx:responseType}</responseType>
</zohopeople.init>
Properties 
  • apiUrlThe API URL of Zoho People.
  • authToken: The encrypted alphanumeric string to authenticate the Zoho credentials.
  • responseType: The type of response to return, e.g., application/json

Now that you have connected to Zoho People, use the information in the following topics to perform various operations with the connector. After you have completed your configurations, see /wiki/spaces/CONNECTORS/pages/48465045.


  • No labels