Skip to content
NEWCollect for MSMEs: UPI Autopay, eNACH & remindersExplore app ↗

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.

  1. Register the user with name, phone, and email.
  2. Store the returned registration_id.
  3. Request an access token for the user when you need to redirect them to Jodo.
  4. Build a Jodo redirect URL with the access token and optional student/product context.
  5. Redirect the user to Jodo to complete the relevant flow.

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.