Skip to main content
Create a new role request.
External DocumentationTo learn more, visit the Saviynt documentation.

Basic Parameters

ParameterDescription
DescriptionThe description of the role.
Endpoint NameThe name of the endpoint.
OwnerThe owner of the role.

Note:
* Multiple Owner values can be provided.
* The Rank must be between 1 - 27.

Example:
[
{
“ownerName”: “G000526”,
“rank”: “14”
},
{
“ownerName”: “G000706”
}
]
RequestorThe requestor of the role.
Role NameThe name of the role.
Role TypeThe type of the role.

Advanced Parameters

ParameterDescription
Additional ParametersA JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters.

For example:
{
“first_key”: 12345,
“second_key”: “some_value”
}
The object must follow the vendor’s structure as defined in the API documentation.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop