Sign in

Retrieve SCIM user

documented

Retrieves a SCIM user (v1).

GET /scim/v1/Users/{id}SCIM 1.1no implementation yet0 runs
No 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"
Retrieve SCIM user · Okta · OpenIntegrations