Prerequisites
Before creating a user, you need:- A valid API key
- A signed Terms of Service agreement ID
Step 1: Generate Terms of Service Link
First, create a Terms of Service link that the user must accept: POST/v2/tos-link
url
with the user so they can accept the Terms of Service. Save the signedAgreementId
from the response for the next step.
Step 2: Create the User
Create a new user with the required information: POST/v2/users