Update a SAML Federation credential
PATCH/nevisidm/api/core/v1/:clientExtId/users/:userExtId/saml-credentials/:extId
Since: 8.2511.0
Required permission(s): AccessControl.CredentialView,AccessControl.CredentialModify
Partially updates the SAML Federation credential identified by the given external ID, belonging to the specified user. Only the fields provided in the request body are updated. Omitted fields remain unchanged.
If policyExtId is provided, the referenced policy must exist and be of type SamlFederationPolicy. If omitted, the credential's existing policy association is preserved.
Request
Responses
- 200
- 403
- 404
- 409
- 422
SAML Federation credential updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters