<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
0D51Y00008chAvaSAEOkta Classic EngineOkta Integration NetworkAnswered2024-04-15T10:47:26.000Z2020-06-02T20:12:25.000Z2020-06-09T21:42:16.000Z

9toew (9toew) asked a question.

Assigning a user profile value based on group assignment

Hi! I'm looking to assign a O365 Attribute (ExtensionAttribute1) to "true" or "fasle" based on the user's membership in a group. I know that isMemberOfGroupName returns a boolean value and that the ExtensionAttributes I can map for O365 are Strings. Is this doable? Would it be something like:

 

isMemberOfGroupName("App Users") == true ? "true" : "false"

 

 


  • User15730827840579969856 (Vendor Management)

    Try using the following expression : isMemberOfGroupName("App Users") ? "true" : "false" and see if the issue is resolved, if not you can open a case with Okta Support

This question is closed.
Loading
Assigning a user profile value based on group assignment