Add New User

Allow customer to add a new user with the profile_type below:

  • profile_type: Staff Only/Manager Only

post

Authentication: required

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
customer_idinteger · int64Required
namestringRequired
emailstringRequired
profile_typestringOptionalDefault: Staff Only
staff_idstringOptional
Responses
chevron-right
200

Success!

application/json
post
/add-user

Last updated