
00ujezg2z5NWiWWBt0h1.5503794522060852E12 (Customer) asked a question.
Hi,
So lets say I have two okta groups group1 and group2. In group1 I have user1 who has profiles with custom attributes say "team" and "role" and in group2 I have user2 who has a DIFFERENT profile with DIFFERENT custom attributes "captain" and "ship". Is that even possible ? I know there are five or so different user profile types allowed, but I might have say a hundred groups and I want seperate user profile types for each of these groups. I couldnt find a way to do that, pls let me know if there is one
Rgds,
Gopa.

You can use these rules, which will compare attributes with your expression, and you will assign the users based on that attributes.
https://help.okta.com/en/prod/Content/Topics/users-groups-profiles/usgp-about-group-rules.htm
Exemple: user.title=="Associate Consultant" AND user.title=="Consultant"