API → OrgsUpdate 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": "UtBQPppBcYBUyR",
  "idp_metadata_source": {
    "type": "url",
    "url": "https://z1..com/kg0IpYI5K/NZGY"
  },
  "signing_keypair": {
    "private_key": "BASE64_ENCODED_BYTE_STRING",
    "public_cert": "BASE64_ENCODED_BYTE_STRING"
  },
  "technical_contact_email": "@JF9j5.com"
}'
200 OK
Response
{
  "acs_url": "https://2sx2fJ09IGh.gfu5PkiI.com/InnRL/ueLQNygOW0",
  "created_at": "2025-03-14T16:49:57.433Z",
  "id": "9af8dbe0-7fff-4ac1-acae-80af466704e0",
  "idp_entity_id": "f18lpOLNy",
  "idp_metadata_document_string": "",
  "org_id": "739b1af0-9f09-42cc-a411-59c963efc1d2",
  "private_key": "BASE64_ENCODED_BYTE_STRING",
  "public_cert": "BASE64_ENCODED_BYTE_STRING",
  "slo_url": "https://0UnZJOd4o2.E2RVbv.com/5ucbp/dZL1eui",
  "technical_contact_email": "wR@5aMA.com",
  "updated_at": "2025-03-14T16:49:57.433Z"
}