externalUserId This ID is essential for ensuring idempotency, meaning that repeated requests with the same ID will not create duplicate records.EMAILPHONE_NUMBERNONE.EMAIL: Must be a valid email address.PHONE_NUMBER: Must be a valid phone number in international format.NONE: Can be null.EMAIL, and the identifier is the user’s email. The request is sent, and the new userId is returned upon successful registration.
Register a User with Phone Number Authentication
A partner registers a user using their phone number. The method is set to PHONE_NUMBER, and the identifier is the user’s phone number. The userId is generated and returned.
Register a User Without Authentication
A partner registers a user without specifying any authentication method. The method is set to NONE, and the identifier is null. The userId is generated and returned.Api key for the affiliated partner that is performing the request
The partner's own userId.
"91b95244-72ca-459e-88d2-281c3e2935c1"
The method used to authenticate the user.
EMAIL "EMAIL"
The identifier used to authenticate the user.
The type of user.
INDIVIDUAL, BUSINESS "INDIVIDUAL or BUSINESS"
An optional alias or display name for the user.
"Satoshi Nakamoto"