Cutover API
>
Examples
>
How to create users

How to create users

This example shows you how to create users and assign them their appropriate roles. This helps you in building a joiners, movers and leavers (JML) process by efficiently onboarding joiners to your organization.

  1. Build the payload with details of the role(s) you want to assign.
  2. Check if the email address and unique ID (if present) already exist.
  3. Create the request body with new user details.


Copy to clipboard