Create User
Creates a new user
Last updated
Creates a new user
Last updated
POST
https://apis.sandbox.flexshopper.com/v3/users
This endpoint allows you to create a new user
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
If no password is provided, a temporary password is created and an email to reset a password is sent to the customer.
A successful request returns the HTTP 200 OK
status code and a JSON response body that shows new user basic info.
Authorization
string
Authorization token
firstName
string
The customer's first name.
lastName
string
The customer's last name.
string
The customer's e-mail address.
password
string
The customer's password, as entered by the customer.
locale
string
The customer's locale, for rendering in preferred language. Valid values are: "en", "es".
Key
Type
Description
token
String
The temporary token used to access a user's resources; to be used in the Customer-Token
header.
userId
String
User's Id