Users

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.

post/users

Headers

idempotency-keystring uuid required
Example:ccb07f42-4104-44ad-8e1f-c660bb7b269c

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

OR

Response

User created.

OR

Changes

Changed in 2 of the 7 revisions of this API.6

    • added the optional property anyOf[subschema #1: User (BYOL)]/decease_date to the response with the 200 status

      response-optional-property-added

    • added the optional property anyOf[subschema #2: User (TOL)]/decease_date to the response with the 200 status

      response-optional-property-added

    • added the new optional request property anyOf[subschema #1: User (BYOL) - Create - Request]/tags

      new-optional-request-property

    • added the new optional request property anyOf[subschema #2: User (TOL) - Create - Request]/tags

      new-optional-request-property

    • added the optional property anyOf[subschema #1: User (BYOL)]/tags to the response with the 200 status

      response-optional-property-added

    • added the optional property anyOf[subschema #2: User (TOL)]/tags to the response with the 200 status

      response-optional-property-added