Overview
/
Developer Tools
/
API Reference
/
Orgs
/
Update the SAML identity provider.

Update the SAML identity provider

HTTP Request

  • application/json

    //
    • idp_entity_id:

      string,
      //
    • technical_contact_email:

      stringEmail Address,
      //
    • :

      ,
      //
      • //
        {
        • type:

          "base64_encoded_xml",
        • data:

          stringBASE64
          //
        }
      • //
        {
        • type:

          "url",
        • url:

          stringURL
          //
        }
    • :

      {{ ... }
      //
      • private_key:

        stringBASE64,
        //
      • public_cert:

        stringBASE64
        //
      }
    }

Response

  • 200 OK
    • //
      • acs_url:

        stringURL,
        //
      • created_at:

        stringISO-8601,
        //
      • id:

        stringUUID,
        //
      • idp_entity_id:

        string,
        //
      • idp_metadata_document_string:

        string,
        //
      • org_id:

        stringUUID,
        //
      • private_key:

        stringBASE64,
        //
      • public_cert:

        stringBASE64,
        //
      • slo_url:

        stringURL,
        //
      • technical_contact_email:

        stringEmail Address,
        //
      • updated_at:

        stringISO-8601
        //
      }

Examples

put
/org/saml/idp
200 OK
Response