put https://{server}/api/v2.1/org//admin/saml-config/
Update the current team's SAML (Single Sign-On) account. You have to provide at least one of the parameter metadata_url
, domain
or idp_certificate
.
Response
Update the current team's SAML (Single Sign-On) account. You have to provide at least one of the parameter metadata_url
, domain
or idp_certificate
.
xxxxxxxxxx
curl --request PUT \
--url https://cloud.seatable.io/api/v2.1/org/org_id/admin/saml-config/ \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here! Or choose an example: