> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Role Request

Update a role request.

**Note:** If config for **auto approve** is **enabled** then request will **not** be created.

<Note>
  External Documentation

  To learn more, visit the [Saviynt documentation](https://documenter.getpostman.com/view/36611902/2sAY55aHu5#3be496c0-082b-4de0-841b-c94df5106202).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                                                                                                                                                                                                                                                                                                                                                      |
  | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Endpoint Name | The name of the endpoint.                                                                                                                                                                                                                                                                                                                                                                                                        |
  | Entitlements  | The entitlements of the role.<br /><br />**Note:**<br />\* Multiple `Entitlements` values can be provided.<br />\* `updateType` must be either `ADD` or `REMOVE`.<br /><br />**Example:**<br /><pre><code>\[<br /> \{<br />   "entitlement\_value":"FIXED\_ASSET\_INQUIRY\_TECH\_IN",<br />   "entitlementType" : "OEBS-Responsibility",<br />   "endpoint" : "Oracle",<br />   "updateType" : "ADD"<br /> }<br />]</code></pre> |
  | Owner         | The owner of the role.<br /><br />**Note:**<br />\* Multiple `Owner` values can be provided.<br />\* The Rank must be between `1` - `27`.<br />\* `updateType` must be either `ADD` or `REMOVE`.<br /><br />**Example:**<br /><pre><code>\[<br />  \{<br />    "ownerName": "G000526",<br />    "updateType": "REMOVE",<br />    "rank": 14<br />  } <br />]</code></pre>                                                        |
  | Role Name     | The name of the role.                                                                                                                                                                                                                                                                                                                                                                                                            |
  | Role Type     | The type of the role.                                                                                                                                                                                                                                                                                                                                                                                                            |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter             | Description                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Additional Parameters | A JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.<br /><br />For example:<br /><pre><code>\{<br />    "first\_key": 12345,<br />    "second\_key": "some\_value"<br />}</code></pre>The object must follow the vendor's structure as defined in the [API documentation](https://documenter.getpostman.com/view/36611902/2sAY55aHu5#3be496c0-082b-4de0-841b-c94df5106202). |
</div>

## Example Output

```json theme={"dark"}
{
	"requestid": "3820057",
	"requestkey": "4136",
	"errorCode": "0",
	"message": "Role TestRoleEnt123 Sent For Approval and requestid is 3820057"
}
```

## Workflow Library Example

[Update Role Request with Saviynt and Send Results Via Email](https://library.blinkops.com/workflows/update-role-request-with-saviynt-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-role-request-with-saviynt-and-send-results-via-email/canvas" />
</div>
