APIOrgsUpdate the SAML identity provider

Parameters

Name

Type

Req.

Returns

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": "y63",
  "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": "im@DQB.com"
}'
200 OK
Response
{
  "acs_url": "https://SK9.Mqdeory.com/GoeHgT/LjVAlOhlf",
  "created_at": "2025-07-25T20:53:48.035Z",
  "id": "c37900dc-9ce6-45b6-896d-6ae6f4d17c78",
  "idp_entity_id": "WRmV8gKER0oICrgb3ypY97df",
  "idp_metadata_document_string": "E6",
  "org_id": "5274e56b-4870-49da-8849-0a2b342f8d89",
  "private_key": "BASE64_ENCODED_BYTE_STRING",
  "public_cert": "BASE64_ENCODED_BYTE_STRING",
  "slo_url": "https://AFeM.ThLw7z3In3.com/uB6pCoflRIc/adFQxT4tz8A",
  "technical_contact_email": "P7b6ZG@.com",
  "updated_at": "2025-07-25T20:53:48.035Z"
}