Send a Request Using Postman
Before you send a request using Postman, make sure you have a Developer Edition org and complete Step Two: Set Up Authorization.
This quick start uses the Postman desktop app. Install the postman app and fork the Salesforce APIs. You can then authenticate with Salesforce by getting a new access token on the Postman app. Alternatively, you can connect the Postman web app to Salesforce using the Trailhead quick start, which requires a CORS configuration in Salesforce.
To make a request to your org using Postman:
- Open the Postman desktop app.
- Expand the Salesforce APIs collection and select .
- Check that the POST URL lists {{_endpoint}}/services/data/v{{version}}/connect/user-profiles/me/photo. Click Send.
The Body tab shows the response body.

If your call isn’t successful, check that your endpoint and version values are correct in the environment settings.

Additionally, you can edit the request body, including the parameters for your request. In the above example, the request parameters are included in the
tab as a JSON value of {"cropY":"0","cropX":"0","cropSize":"200"}.