Skip to main content
POST
Create POS user

Authorizations

Authorization
string
header
required

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

Body

application/json
first_name
string
required
phone
string
required

10 digit phone number without country code.

email
string<email>
required
roles
object[]
required
last_name
string | null
country_code
string
default:+91

Two-letter code begin with a plus sign prefix that identifies different countries. By default it will be +91 if not provided.

Response

200 - application/json

OK

message
string
success
string
content
object