Skip to main content
PUT
Update POS user

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

pos user id

Body

application/json
first_name
string
last_name
string | null
phone
string

10 digit phone number without country code.

email
string<email>
roles
object[]
status
enum<string>
Available options:
active,
inactive,
blocked

Response

200 - application/json

OK

message
string
success
string
content
object