Skip to main content

Create Role Request

POST 

/createEnterpriseRoleRequest

This API call can be used for creating a new role and assigning an owner to the role. The Authorization must have Bearer followed by Token. Mandatory params: roletype - Use the roletype as "ENTERPRISE" to Create Enterprise Role Request. (supported roletypes - ENABLER/ TRANSACTIONAL/ FIREFIGHTER/ ENTERPRISE/ APPLICATION), role_name, requestor, owner 1. ownerName 2. rank<1 to 27>, Optional params: customproperty<1 to 60>, endpointname, defaulttimeframe, description, displayname, glossary, risk, level, soxcritical, syscritical, priviliged, confidentiality, requestable, showDynamicAttrs, checksod:Set this parameter to evaluate Segregation of Duties (SOD) violations. By default, the parameter is set to false.

Request

Body

    confidentiality string
    customproperty10 string
    defaulttimeframe string
    description string
    displayname string
    endpointname string
    glossary string
    level string
    owner string
    priviliged string
    requestable string
    requestor string
    risk string
    role_name string
    roletype string
    showDynamicAttrs string
    soxcritical string
    syscritical string

Responses

Create Role Request / Create Role Request with Role Properties

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    errorCode string
    message string
    requestid string
    requestkey string
Loading...