Skip to main content
POST
Create Customer User

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerID
string<uuid>
required

Body

application/json
first_name
string
required

First name of the user

last_name
string
required

Last name of the user

email
string<email>
required

Email address of the user

subrole
object
required

Subrole details

mobile
string

Mobile number of the user

Response

OK

status
string
Example:

"success"

message
string
Example:

"Customer user created."

data
object