Skip to main content
PATCH
Update Customer User By ID

Authorizations

Authorization
string
header
required

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

Path Parameters

customerID
string
required
userID
string
required

Body

application/json
first_name
string

First name of the user

last_name
string

Last name of the user

email
string<email>

Email address of the user

mobile
string

Mobile number of the user

subrole
object

Subrole details

status
enum<string>

User status (ACTIVE or INACTIVE)

Available options:
ACTIVE,
INACTIVE

Response

OK

status
string
message
string