> ## 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.

# Create Role Request

Create a new role request.

<Note>
  External Documentation

  To learn more, visit the [Saviynt documentation](https://documenter.getpostman.com/view/36611902/2sAY55aHu5#1e16c8d2-6daf-449b-b8b8-7cee97b365f9).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter     | Description                                                                                                                                                                                                                                                                                                                            |
  | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Description   | The description of the role.                                                                                                                                                                                                                                                                                                           |
  | Endpoint Name | The name of the endpoint.                                                                                                                                                                                                                                                                                                              |
  | 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 /><br />**Example:**<br /><pre><code>\[<br />  \{<br />    "ownerName": "G000526",<br />    "rank": "14"<br />  },<br />  \{<br />    "ownerName": "G000706"<br />  }<br />]</code></pre> |
  | Requestor     | The requestor of the role.                                                                                                                                                                                                                                                                                                             |
  | 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#1e16c8d2-6daf-449b-b8b8-7cee97b365f9). |
</div>

## Example Output

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

## Workflow Library Example

[Create Role Request with Saviynt and Send Results Via Email](https://library.blinkops.com/workflows/create-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/create-role-request-with-saviynt-and-send-results-via-email/canvas" />
</div>
