POST
/
customers
/
{customerID}
/
users

Authorizations

Authorization
string
headerrequired

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

Path Parameters

customerID
string
required

Body

application/json
first_name
string
required
last_name
string
required
email
string
required
mobile
string
required
subrole
object
required

Response

200 - application/json; charset=utf-8
status
string
required
message
string
required
data
object
required