3. User Information

cURL Request for User Information

curl --location --request GET 'https://stg-id.uaepass.ae/idshub/userinfo' --header 'Authorization: Bearer {Access Token}'

Replace code parameter '{Access Token}' with the value received from Step 2

Response

{
    "sub": "36cc0564-0eef-4a45-9165-1faba825024d",
    "gender": "Male",
    "firstnameEN": "Test",
    "mobile": "971500001001",
    "lastnameEN": "Web",
    "fullnameEN": "Test Web",
    "userType": "SOP1",
    "uuid": "36cc0564-0eef-4a45-9165-1faba825024d",
    "email": "testweb@gmail.com"
}

Last updated