Skip to main content
Update a role request. Note: If config for auto approve is enabled then request will not be created.
External DocumentationTo learn more, visit the Saviynt documentation.

Basic Parameters

ParameterDescription
Endpoint NameThe name of the endpoint.
EntitlementsThe entitlements of the role.

Note:
* Multiple Entitlements values can be provided.
* updateType must be either ADD or REMOVE.

Example:
[
{
“entitlement_value”:“FIXED_ASSET_INQUIRY_TECH_IN”,
“entitlementType” : “OEBS-Responsibility”,
“endpoint” : “Oracle”,
“updateType” : “ADD”
}
]
OwnerThe owner of the role.

Note:
* Multiple Owner values can be provided.
* The Rank must be between 1 - 27.
* updateType must be either ADD or REMOVE.

Example:
[
{
“ownerName”: “G000526”,
“updateType”: “REMOVE”,
“rank”: 14
}
]
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": "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
Workflow LibraryPreview this Workflow on desktop