Skip to content

Enable/Disable SAML Mapping



POST /api/v1/saml/mapping/set_disable

Overview

Enable or disable SAML mapping rules

Body Request Parameters

Parameter Name Type Required Description
ssoUUID string Y Identity provider, SSO configuration UUID
Example: sso_xxxx
isDisable boolean Y Set the enabled state
Example: True
Allow null: False

Additional Parameter Notes

Request Example

curl 'https://openapi.guance.com/api/v1/saml/mapping/set_disable' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--data-raw '{"ssoUUID":"sso_xxxx32","isDisable":false}' \
--compressed

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "14207722438760120475"
} 

Feedback

Is this page helpful? ×