API → Orgs → Update the SAML identity provider
Parameters
Name
Type
Req.
bodyapplication/json
objectoptionalObject Properties
idp_metadata_source
oneOfoptionalsigning_keypair
objectoptionalObject Properties
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
put
/org/saml/idp$ curl -X PUT "https://api.zoo.dev/org/saml/idp" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"idp_entity_id": "H5DBhk7tE68iehwl",
"idp_metadata_source": {
"data": "BASE64_ENCODED_BYTE_STRING",
"type": "base64_encoded_xml"
},
"signing_keypair": {
"private_key": "BASE64_ENCODED_BYTE_STRING",
"public_cert": "BASE64_ENCODED_BYTE_STRING"
},
"technical_contact_email": "NYbKVdteqO@1o.com"
}'
200 OK
Response{
"acs_url": "https://WDRO.BHN.com/46HTB7oT/YggC0d",
"created_at": "2025-03-12T01:36:47.259Z",
"id": "60c862af-2576-44c6-8434-c111aff9bf09",
"idp_entity_id": "shaNVW",
"idp_metadata_document_string": "d6hwvrJo33wdwVOg2rmly4E0bkHj",
"org_id": "9528f4bf-0dfd-4bbe-b1b4-d7315b319b3f",
"private_key": "BASE64_ENCODED_BYTE_STRING",
"public_cert": "BASE64_ENCODED_BYTE_STRING",
"slo_url": "https://Yy0h.nq5g1rW7DQpo.com/hyxtW29VdONz/n",
"technical_contact_email": "Gt4Vb6uK@91sYQ8jr1Y.com",
"updated_at": "2025-03-12T01:36:47.259Z"
}