Users
Create User
Create a new user.
Authorization
ApiKeyAuth x-api-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/users" \ -H "Content-Type: application/json" \ -d '{ "fullName": "string", "email": "user@example.com" }'{ "id": "string", "fullName": "string", "email": "user@example.com", "phoneNumber": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z"}Set Price PUT
Set a custom retail price for a product type, or enable/disable a formation tier. `retailAmount` is in dollars and must be at least the wholesale floor: the per-product wholesale override when one exists, otherwise the product's default wholesale price. Floor violations include a `minimumAmount` field (dollars) alongside the error message. `enabled: false` is accepted for formation tiers only, and at least one tier must remain enabled.
Get User GET
Retrieve a user.