Get organization service provider SAML2 metadata.xml for configuring the identity provider
Gets the oranization's IdP metadata.xml. Currently unavailable in self-hosted ECE.
Path parameters
-
organization_id
string Required Identifier for the Organization
GET
/organizations/{organization_id}/idp/metadata.xml
curl \
--request GET 'https://{{hostname}}/api/v1/organizations/{organization_id}/idp/metadata.xml' \
--user "username:password"
Response examples (200)
string
Response examples (404)
# Headers
x-cloud-error-codes: org.idp.idp_not_configured
# Payload
<?xml version="1.0" encoding="UTF-8"?>
<root>
<errors type="array">
<error>
<code>string</code>
<message>string</message>
<fields type="array">
<field>string</field>
</fields>
</error>
</errors>
</root>