Hi there,
I am working on implementing SSO in Zendesk. I want to use Auth0 as identity provider. Currently, all user accounts are stored in Zendesk. In order to move to Auth0, I have to first migrate all user accounts into Auth0's database. I want to use Autho's automatic migration feature (see this for details: https://auth0.com/docs/manage-users/user-migration). As part of this, I need to know how to use Zendesk's API for user authentication. I tried to search for docs about this, but I couldn't find anything. My Zendesk URL is this: https://parsebiosciences1710795619.zendesk.com/ Can you point me to what API endpoint I could use to log in against this and also send me docs on how to authenticate the API requests?
Many thanks,
Iva
Hi Sushant,
Thanks for your answer, this makes sense. I am more interested in the API endpoint that I can use to log in an individual user into Zendesk. Basically, I want to call that Zendesk log in endpoint, passing in the username (presumably email address) and a password of the user, and that endpoint to log the user in to Zendesk successfully.
Do you provide an endpoint for this and what are the specifications? I could not find specifications for a log in endpoint from the link you provided.
Many thanks,
Iva