GET
/
users
/
self
curl --request GET \
  --url https://api.identity.fabric.zone/ums/v2/users/self \
  --header 'Authorization: Bearer <token>'
{
  "id": "1234-1234-1234",
  "status": "active",
  "isStaffUserFederated": true,
  "loginId": "sdsdf232ew-123asdaa-1231231",
  "orgId": "123123-23wdd-123234",
  "email": "test.user@foobar.com",
  "primarycontact": "+1 650 333 4444",
  "firstName": "Test",
  "lastName": "User",
  "meta": {
    "fabricBirthDate": "28-20-2000"
  },
  "accounts": {}
}

Authorizations

Authorization
string
header
required

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.