Create a customer
POST/customers
Create a customer. When making the request as a provider, the customer will receive an invitation email they can use to claim the profile. When making the request as an anonymous customer, the customer will be created and immediately claimed. In this mode, the request must provide values for all fields on the signup form. These fields can be fetched by calling GET /customer_fields?applicable_scenario=customer_registration.
Providers (at least one required)
- Must have one of the following permissions:
super_admin. - Must have one of the following permissions:
pos.
Customers
- No access.
Unregistered Customers
- Any anonymous customer can perform this action.
Request
Responses
- 201