Which IIQ version are you inquiring about?
8.4
Please share any other relevant files that may be required (for example, logs).
{
"schemas": [
"urn:ietf:params:scim:schemas:sailpoint:1.0:LaunchedWorkflow",
"urn:ietf:params:scim:schemas:sailpoint:1.0:TaskResult"
],
"urn:ietf:params:scim:schemas:sailpoint:1.0:LaunchedWorkflow": {
"workflowName": "LCM Provisioning",
"input": [
{
"key": "plan",
"value": "<ProvisioningPlan nativeIdentity="101018"><AccountRequest application="IIQ" op="Modify"> <entry key="startDate"> 1734566400000 <entry key="endDate"> 1735171200000 <AttributeRequest name="assignedRoles" op="Add" value="BR_GAG_GROUP_IT_ServiceManagement"> <entry key="addDate"> 1734566400000 <entry key="removeDate"> 1735171200000<entry key="source" value="LCM"/> > ",
"type": "application/xml"
},
{
"key": "targetName",
"value": "101018"
},
{
"key": "targetClass",
"value": "Identity"
},
{
"key": "identityName",
"value": "101018"
},
{
"key": "launcher",
"value": ""
},
{
"key": "flow",
"value": "AccessRequest"
},
{
"key": "cuSNOWticketID",
"value": "RITM0000000"
}
]
}
}
Hey everyone!
Is there a SailPoint API that allows removing a Role from an Identity?
I found the API for adding roles, but I couldn’t find one for removal.
Does anyone have a link or example of the correct API call?
(I need to remove some roles from identities via ServiceNow.)
I do have a working example of a request from ServiceNow to SailPoint that adds roles,
but I couldn’t find any documentation on role removal.
Has anyone an removal example?