User Self Service APIs
Update user details
This API allows a logged in user to update his own details in the fabric Identity. fabric Identity stores only the infromation that is necessary for user authentication functionality. The other customer details of the user like shipping and communication preferences are to be stored in the customer service APIs of fabric.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Update User Self Details
User Email Id
User First Name
User Last Name
User Login Id
User Primary Contact
Response
200 - application/json
User Email Id
User First Name
Id
User Staff Organization
User Last Name
User Login Id
User Organization Id
User Primary Contact
Role Status
Available options:
active
, inactive
Was this page helpful?