Postman Example
The following example shows how to get a user record using Postman.
-
Create a new request.
-
Set the Method to GET.
-
Enter the URL of the user you want to get.
-
In the Authorization tab, set the Type to Basic.
-
Leave the Username empty and set the Password to your PAT.
-
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.