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/.
Configuring Zoho People Operations
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
apiUrl:
The 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.
- Working with Attendance in Zoho People
- Working with Leave in Zoho People
- Working with Records in Zoho People