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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.