User
User APIs identify the parent, payer, or applicant who will access Jodo-hosted flows.
Use User APIs when your ERP needs to create or identify a user in Jodo and redirect them into Jodo with a short-lived access token.
How it Works
Section titled “How it Works”- Register the user with name, phone, and email.
- Store the returned
registration_id. - Request an access token for the user when you need to redirect them to Jodo.
- Build a Jodo redirect URL with the access token and optional student/product context.
- Redirect the user to Jodo to complete the relevant flow.
API Reference
Section titled “API Reference” User API
Register User
Create or identify a user in Jodo and receive a registration ID.
Open reference → User APIGet Access Token
Generate a short-lived token for redirecting the user to Jodo.
Open reference →Webhooks
Section titled “Webhooks”User APIs do not currently emit standalone user webhooks in this documentation. Product actions completed by the user are communicated through product-specific webhooks.
See User Webhooks for how user-driven activity appears in product webhook events.