Retrieve SCIM user
documentedRetrieves a SCIM user (v1).
GET /scim/v1/Users/{id}SCIM 1.1no implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$scim_base_url}}/scim/v1/Users/{{$id}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"