Test Connection Configuration
POST {{apiPath}}/environments/{{envID}}/propagation/stores/connection/status
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Test Connection Configuration.
Request Body
{"type"=>"scim", "name"=>"scim", "configuration"=>{"AUTHENTICATION_METHOD"=>"None", "USER_FILTER"=>"username Eq \"%s\"", "UNIQUE_USER_IDENTIFIER"=>"userName", "REMOVE_ACTION"=>"Disable", "CREATE_USERS"=>true, "UPDATE_USERS"=>true, "DISABLE_USERS"=>true, "USERS_RESOURCE"=>"/Users", "SCIM_VERSION"=>"2.0", "SCIM_URL"=>"https://example.com", "AUTHORIZATION_TYPE"=>"Basic", "BASIC_AUTH_USER"=>"{{basicAuthUsername}}", "BASIC_AUTH_PASSWORD"=>"{{basicAuthPassword}}"}, "image"=>{"href"=>"https://d1oekt4jpdthse.cloudfront.net/branding/market/cb933bfe-8282-405a-a780-0a19b97edc02.png"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |