we are moving away from onprem AD and be fully AZ AD environment. however, I have few extended attributes from on-prem AD like pager. im looking to assign something to this extended attribute based on their user group.
for example:
extended attribute: pager : SecondBranchOffice
assign to user group: SG_secondBranchOfficeUsers
SG_secondBranchOfficeUsers: user1, user2, user3
extended attribute: pager : ThirdBranchOffice
assign to user group: SG_ThirdBranchOfficeUsers
SG_secondBranchOfficeUsers: user4, user5, user6
Is there a way to achieve this in Azure AD?
thank you!