<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00008s4NqOCAUOkta Identity EngineWorkflowsAnswered2024-04-16T11:12:56.000Z2023-02-28T13:17:07.000Z2023-02-28T17:59:40.000Z
  • TimL.58332 (Workflows)

    @3znrm (3znrm)​  -

     

    Something like this could be achieved with the Okta Workflows product. I've attached a sample flowpack showing one way this could be accomplished. It includes 3 flows+1 table. The first flow monitors for users being added to groups. It then stops the flow if the group the user was added to does not match the monitored group. If it matches it then adds the user to a table along with some other information.

     

    The Second+Third flow run on a schedule. They check the table "add time" and if it is older than 72 hours the results are returned. The list of results is then passed to a Helper flow to remove the user from the group and remove the row from the table.

     

    To review it you will want to create a new folder in Workflows console. Then click the "gear" icon next to the new folder and choose import. Import the file attached to this posting.

    Expand Post
This question is closed.
Loading
Auto remove user from okta mastered group after 72 hours?