Postman Example

The following example shows how to get a user record using Postman.

  1. Create a new request.

  2. Set the Method to GET.

  3. Enter the URL of the user you want to get.

  4. In the Authorization tab, set the Type to Basic.

  5. Leave the Username empty and set the Password to your PAT.

  6. Click Send. If all of the information is filled out correctly, you should receive a 200 response with the JSON for the requested user in the response body.