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
This response may change as per the scope and list of attributes allowed to share with your application)
Please make sure to validate the user info received after face authentication is same as logged in user through default UAE PASS authentication.
Last updated
Was this helpful?