User Self Service APIs
Get user details
This API allows a logged in user to get his own details from the fabric Identity. The API is designed to return the details of the user whose bearer token is sent in the header.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
User Self Details. For shoppers, accounts property will be empty.
User Accounts
User Email Id
User First Name
User Id
User Staff Federated
User Last Name
User Login Id
User Organization Id
User Primary Contact
User Status
Was this page helpful?