Get User Info
GET {{url}}{{site}}/services/oauth2/userinfo
This requests uses an access token to get user information from Salesforce using the standard /userinfo endpoint.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string | Replace <token> with your access token | |
Content-Type | string |