Create a user
Creates a user.
The user must complete identity checks and provide any required identifiers before activation.
See the Creating a user guide (TOL / BYOL) for the full onboarding flow.
Headers
A UUID to be used as an idempotency key. This prevents a duplicate request from being replayed. https://docs.upvest.co/documentation/concepts/api_concepts/idempotency
Request body
Response
User created.
Changes
Changed in 2 of the 7 revisions of this API.6
- ○
added the optional property
anyOf[subschema #1: User (BYOL)]/decease_dateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
anyOf[subschema #2: User (TOL)]/decease_dateto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new optional request property
anyOf[subschema #1: User (BYOL) - Create - Request]/tagsnew-optional-request-property
- ○
added the new optional request property
anyOf[subschema #2: User (TOL) - Create - Request]/tagsnew-optional-request-property
- ○
added the optional property
anyOf[subschema #1: User (BYOL)]/tagsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
anyOf[subschema #2: User (TOL)]/tagsto the response with the200statusresponse-optional-property-added
- ○