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"