Skip to content

Instantly share code, notes, and snippets.

@diasjorge
Created March 2, 2017 09:48
Show Gist options
  • Save diasjorge/3b29f00be9fe36185e187270cd56bdcb to your computer and use it in GitHub Desktop.
Save diasjorge/3b29f00be9fe36185e187270cd56bdcb to your computer and use it in GitHub Desktop.
curl -v -X GET /api/v1/users/:id \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: SSWS ${api_token}" \
"https://${org}.oktapreview.com/api/v1/users/${login}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment