Obtain User Info

Once the access token is obtained, it can be used to fetch the authenticated user’s information from the UAE PASS User Info API secured with bearer token (Access token obtained from previous step).

User Info API

Request

GET https://stg-id.uaepass.ae/idshub/userinfo

Headers

Name
Value

Content-Type

application/x-www-form-urlencoded

Authorization

Bearer {access token received in previous step}

Response

{
"sub": "UAEPASS/7a05992e-3244-49d3-bcbc-7894cefvse53", 
"fullnameAR": "ساوميا,,,,شارما ,,", 
"gender": "Male", 
"mobile": "9715145678890",
"lastnameEN": "ABC", 
"fullnameEN": "Ram,,,,ABC,,",
"uuid": "7a05992e-3244-49d3-bcbc-7894c8fcaer5", 
"lastnameAR": "شارما ",
"idn": "78414567885323", 
"nationalityEN": "IND",
"firstnameEN": "Rami", 
"userType": "SOP3",
"nationalityAR": "هندى ", 
"firstnameAR": "ساوميا ",
"email": "abcdfggd1234@gmail.com"
}

Last updated

Was this helpful?