<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
0D51Y00005tJrYZSA0Okta Classic EngineAdministrationAnswered2024-04-16T09:54:35.000Z2019-01-21T16:38:15.000Z2019-01-21T17:34:24.000Z

PatrickH.51562 (Customer) asked a question.

If user in group A and not in group B add to group C

Hello,

 

I'm wondering if its possible to write a rule in Okta Expression language to place users in a group if they match Group A and are also not in Group B. The logic going something like:

 

if isMemberOfGroup (A) && notMemberOfGroup (B)

 

Thanks,


  • lyyhd (lyyhd)

    Hello. This is possible:

     

    isInOne and isNotInAnother

    IF

    isMemberOfGroupName("jamf") and not isMemberOfGroupName("jamf_admins")

    THEN

    Assign to

    test

     

    Expand Post
This question is closed.
Loading
If user in group A and not in group B add to group C