API → OrgsUpdate 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": "079u4b",
"idp_metadata_source": {
"type": "url",
"url": "https://SCcA.gZN.com/VtYr7YE/l"
},
"signing_keypair": {
"private_key": "BASE64_ENCODED_BYTE_STRING",
"public_cert": "BASE64_ENCODED_BYTE_STRING"
},
"technical_contact_email": "KV7jX@TNFR1A1k.com"
}'
200 OK
Response{
"acs_url": "https://RDrsrAUelMD..com/Nkg3/3Tr8kQQPpp4",
"created_at": "2025-05-30T23:19:42.618Z",
"id": "15165b3e-9ed2-4605-b5c5-9e3fc04a7b13",
"idp_entity_id": "EC0",
"idp_metadata_document_string": "3e2OACN7PAGY18zO",
"org_id": "bb1791a6-6c24-4afb-826a-15a90a903e7c",
"private_key": "BASE64_ENCODED_BYTE_STRING",
"public_cert": "BASE64_ENCODED_BYTE_STRING",
"slo_url": "https://tNDO4e5.s3W.com/s8cCrlR/fBFoKVPdyPy",
"technical_contact_email": "8Z5crTKQ3Z@.com",
"updated_at": "2025-05-30T23:19:42.618Z"
}