The My User Profile request is a RapidIdentity-specific resource server endpoint that returns attributes about the authenticated user. The request is authenticated using an OAuth 2.0 access token issued by RapidIdentity.
Note:
The My User Profile request is not part of the OAuth 2.0 specification. For a standardized way to retrieve user profile information, use the OpenID Connect UserInfo endpoint.
The endpoint accepts a
GET request to /idp/profile/oauth2/me. Authentication uses the access token in the authorization HTTP header with the Bearer scheme. GET /idp/profile/oauth2/me
Authorization: Bearer [token]