Resolved! I am trying to implement a scheduled job to deactivate users (active false) whose logged in time is 60 days before and revoke all the roles and groups.
I tried below script in Scheduled job to make active false for the users and revoke roles and groups.Its removing roles and groups but the active field is still true. I want active field to set to false based on the condition. Kindly Share your vie...