Test Connection Configuration

POST {{apiPath}}/environments/{{envID}}/propagation/stores/connection/status

The POST /environments/{{envID}}/propagation/stores/connection/status operation verifies identity store resource configuration in the specified environment resource. This operation uses the application/vnd.pingidentity.connection.check+json custom media type as the content type in the request header. This call is prospective; that is, you can test whether a proposed configuration will be accepted.

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

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK