Zoho People Integration

Zoho People Integration

Steps:

  1. Login on https://api-console.zoho.com/

  2. Click on Add client

  3. Select Self Client

  4. Click on Client secret tab and copy Client Id and secret

  5. Click on generate code

  6. Add scope as : ZOHOPEOPLE.forms.ALL,ZOHOPEOPLE.employee.ALL

  7. Add description

  8. Click on create.

  9. Copy generated code.

  10. Use below curl and replace client Id, Secret and code copied from step 4 and 9

curl --location --request POST 'https://accounts.zoho.com/oauth/v2/token?client_id=test&grant_type=authorization_code&client_secret=test&redirect_uri=https://www.zoho.com&code=test'

  1. Copy generated refresh token

  2. Share Client Id, secret, refresh token copied from step 4 and 11 with integration team.

Add label