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
Get user details
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
User Identity Object
User Self Details. For shoppers, accounts property will be empty.
Get user details