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(Citizen/Resident Profile)
{
"sub": "UAEPASS/7a05992e-3244-49d3-bcbc-7894c8fca25e",
"fullnameAR": "ساوميا,,,,شارما,,",
"gender": "Male",
"mobile": "97151234003",
"lastnameEN": "ABC",
"fullnameEN": "Ram,,,,ABC,,",
"uuid": "7a05992e-3244-49d3-bcbc-7894c8fca25e",
"lastnameAR": "شارما",
"idn": "784189014978983",
"nationalityEN": "IND",
"firstnameEN": "Ram",
"userType": "SOP3",
"nationalityAR": "هندى",
"firstnameAR": "ساوميا",
"email": "[email protected]"
}
Response(Visitor Profile)
API Details
GET
https://stg-id.uaepass.ae/idshub/userinfo
Headers
Name
Type
Description
Authorization*
string
Bearer {access token received in previous step}
Step 2 and 3 are shown pictorially below as sequence diagram:

SOP Handling for Visitor Profile

Last updated
Was this helpful?