Skip to main content

Add Mitigating Control Risk Account

POST 

/addMCRiskAccount

This API can be used to create a mitigating control association for a user-account which has SOD violation. Mandatory params: mitigatingControl - Mitigating control name. approver - User name of the user approving the mitigating control association. Optional params: ruleset - Ruleset name riskname - Risk name endpoint - Endpoint name account - Account Name, endpoint needs to be populated too startDate - MM-dd-yyyy, if left null, current date will be used as start date endDate - MM-dd-yyyy, if left null, 12-31-9999 will be used as end date The Authorization must have Bearer followed by Token.

Request

Body

    accountstring
    Example: johndoe
    approverstring
    Example: dbailey
    endDatestring
    Example: 12-12-2018
    endpointstring
    Example: Endpoint1
    mitigatingControlstring
    Example: P2414
    risknamestring
    Example: 0105
    rulesetstring
    Example: Global
    startDatestring
    Example: 09-09-2018

Responses

Add Mitigating Control Risk Account

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    messagestring
    Example: Success-Mitigating Control Updated,