Create Store (Zoom)
POST {{apiPath}}/environments/{{envID}}/propagation/stores
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Store (Zoom).
Request Body
{"type"=>"Zoom", "name"=>"zoom connection", "status"=>"ACTIVE", "configuration"=>{"AUTHENTICATION_METHOD"=>"OAuth Bearer Token", "CREATE_USERS"=>true, "UPDATE_USERS"=>true, "DEPROVISION_USERS"=>true, "DISABLE_USERS"=>true, "SCIM_URL"=>"https://api.zoom.us/scim2", "OAUTH_TOKEN_URL"=>"https://zoom.us/oauth/token", "OAUTH_ACCOUNT_ID"=>"{{oauthAccountId}}", "OAUTH_CLIENT_ID"=>"{{oauthClientId}}", "OAUTH_CLIENT_SECRET"=>"{{oauthClientSecret}}", "REMOVE_ACTION"=>"Delete"}, "managed"=>true}