Add a New User
Create User
Create a new user (one of your customers) on your platform.
When you add a user, we automatically:
- Set up their account using the email and name you provide
- Create a money wallet for them so they can hold and move funds
- Apply the standard starting settings
An email address is the only required detail. The wallet is created in the currency you choose, or US dollars (USD) if you don’t pick one.
POST
Add a New User
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Response
Successful Response
Standard response wrapper for single-object responses and errors.
Generic over the payload type. A route that declares
CommonResponse[SomeModel] gets the real data schema rendered in
OpenAPI/Swagger; a bare CommonResponse leaves data untyped.

