User Information
POST
/
v1
/
userinfo
You can skip this endpoint if you are using the id_token to decode the user information without hitting the API.
Authorizations
For accessing the secured endpoints a valid JWT token must be passed in all the requests.
Response
200 - application/json
The full name of the user.
The complete phone number including the country code.
The phone number excluding the country code.
The country code of the user's phone number.
The authentication timestamp.
Was this page helpful?