RapidIdentity Product Guides - 2019 Rolling Release

My User Profile Request

Required Scopes: basic

When requesting a user profile, the system will return a JSON object containing the information your RapidIdentity Administrator selected to be returned to the OAuth 2.0 Client you are using.

For example, if you submitted this example request:

GET /idp/profile/oauth2/me 
Authorization: Bearer 2YotnFZFEjr1zCsicMWpAA

You should get a response that looks like this:

HTTP/1.1 200 OK 
Content-Type: application/json;charset=UTF-8
{
  "id": "f1ca0d92-f42c-4499-a77a-4a733fc841b2",
  "firstName": "Homer",
  "lastName": "Simpson",
  "email": "homer.j.simpson@simpsons.com"
}

The response you receive may be different, depending on your system's configuration.