v1

latestOpenAPI 3.1.02026-07-24440202.2 KB

OAuth 2.0 user info

Retrieve information about the user who granted access to a third-party application

get/oauth2/userinfo_490_v1

Response

200

emailstring
loginIDstring
fullNamestring

Example response

{
  "email": "kristen.harrison@mangovations.com",
  "loginID": "kristen.harrison@mangovations.com",
  "fullName": "Kristen Harrison"
}