Customer Users
Update Customer User By ID
Update user details for a specific customer.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
First name of the user
Last name of the user
Email address of the user
Mobile number of the user
Subrole details
User status (ACTIVE or INACTIVE)
Available options:
ACTIVE
, INACTIVE
Was this page helpful?