Cancel a SCIM token rotation. This will cancel the current token rotation process, keeping the original token active.
SCIM Rotate Token Cancel
POSThttps://test.stytch.com/v1/b2b/scim/{organization_id}/connection/{connection_id}/rotate/cancel
Path parameters
organization_id* string
connection_id* string
Header parameters
X-Stytch-Member-Session string
X-Stytch-Member-SessionJWT string
Response fields
status_code int
request_id string
connection object
curl --request POST \
--url https://test.stytch.com/v1/b2b/scim/organization-test-07971b06-ac8b-4cdb-9c15-63b17e653931/connection/scim-connection-test-cdd5415a-c470-42be-8369-5c90cf7762dc/rotate/cancel \
-u 'PROJECT_ID:SECRET' \
-H 'Content-Type: application/json' \
-H "X-Stytch-Member-Session: mZAYn5aLEqKUlZ_Ad9U_fWr38GaAQ1oFAhT8ds245v7Q"
RESPONSE
200
{
"connection": {
"organization_id": "organization-test-07971b06-ac8b-4cdb-9c15-63b17e653931"
"connection_id": "scim-connection-test-cdd5415a-c470-42be-8369-5c90cf7762dc"
"status": "active",
"display_name": "My SCIM Connection"
"identity_provider": "okta"
"base_url": "https://test.stytch.com/v1/b2b/scim/scim-connection-test-cdd5415a-c470-42be-8369-5c90cf7762dc"
"bearer_token_expires_at": "2029-03-20T21:28:28Z"
"bearer_token_last_four": "sdko"
},
}