v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBOrganizations
Upload IdP metadata
There are a couple of options for updating the Identity Provider (IdP) metadata from your SAML IdP.
-
Multipart Form-Data: Post the IdP metadata file using a form post.
-
XML Body: Post the IdP metadata file as the body of the request.
post/api/v1/org/{public_id}/idp_metadata
Path parameters
public_idstring required
Example:abc123
The public_id of the organization you are operating with
Response
OK
Example response
{
"message": "IdP metadata successfully uploaded for example org"
}