Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

createrequest to disableaccount

RV
Regular Contributor
Regular Contributor

I am using /createrequest API to disable an endpoint account for  a user.   I am passing the API service account as 'requestor',  however the Task is getting discontinued as Saviynt is associating the API Service account as the user.   When I pass 'ABCD' as requestor, then the account gets disabled.

What should we be passing in "requestor" ?  As per API documentation, it says to pass "admin" and passing "admin" did not work as well

 

{
    "requestor""IAM_Service_Account",
    "endpoint""AD",
    "accountname""ABCD",
    "requesttype""DISABLEACCOUNT",
    "businessjustification""Emergency Disable - RITM",
    "comments":"RITM1001"
}
2 REPLIES 2

rushikeshvartak
All-Star
All-Star

You need to send username of user as requestor

This works as expected in v23.6 Make sure you are passing username in requestor field

rushikeshvartak_0-1692764942922.pngrushikeshvartak_1-1692764960895.png

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

RV
Regular Contributor
Regular Contributor

Thanks for confirming.  Can you please have the API documentation updated ?

I am using the below link to get the API documentation, if there is one for EIC 23.X, please share.

https://documenter.getpostman.com/view/1797923/UUxwBoms?version=latest#c617a7a9-c234-4833-9c77-b25a0...

RV_0-1692790434282.png