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

one click disable

Saikumar2328
New Contributor
New Contributor

Hi Team,

I have to perform Immediate termination for users using one click disable, 

when user is disabled in Saviynt, how it will reflect in workday system,

The user should not active after next recon from workday to Saviynt.

9 REPLIES 9

dgandhi
All-Star
All-Star

One click termination is remove the accounts from target system and update the status in Saviynt.

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

rushikeshvartak
All-Star
All-Star
  • Did you enabled writeback for workday ?
  • idea process is - Immediate termination will be done in workday then saviynt

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

writeback for workday not yet enabled, To reflect in workday we need to enable writeback?

Yes


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

rahul_p
Regular Contributor III
Regular Contributor III

Hello @Saikumar2328 ,

You have to use writeback may be using update user JSON in the workday.

Try to invoke the update user action of writeback in one click disable rule, this should update the status of the user in workday during one click disable.

Regards,
Rahul
Please accept this as solution & give kudos if it resolves your issue.

Hi @rahul_p Thanks for the reply, will update and check it.

@rahul_p - Do we have any sample Jsons for this or any documentation this implementation.

Refer https://forums.saviynt.com/t5/community-knowledge-base/writeback-user-s-information-to-workday-rest-... 


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

rahul_p
Regular Contributor III
Regular Contributor III

Hello @Saikumar2328 ,

You can use following :

UPDATE_USER_PAYLOAD
Define the request payload for updating an user in Workday in the
following format:
<soapenv:Body> ...
</soapenv:Body>For more information about default payload, see
the Workday Connector Guide.

Trigger update user action from one click disable update rule.

Regards,
Rahul
Please accept this as solution & give kudos if it resolves your issue.