dynamic membership

Glenn Maxwell 10,146 Reputation points
2024-05-05T11:12:35.3466667+00:00

Hi All,I have a SharePoint site, and the requirement is that members of this SharePoint site should be developers of a particular department. The job titles are Senior Developers, Senior Dev, etc. 'Dev' is the common word. This SharePoint site has four channel sites.

In Azure AD for that group, if I use the below query in a Dynamic Membership rule, will it work? Should I use (user.jobTitle -contains "Dev") or (user.jobTitle -eq "Dev")

(user.department -eq "DA-Team") and (user.jobTitle -contains "Dev")

This site has four channel sites. If I make the change, will the membership of these four channel sites also become dynamic, or will it stay static?

Microsoft Exchange Online
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
995 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,793 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,768 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Thangaraj Lakshmanan 90 Reputation points
    2024-05-06T07:03:09.93+00:00

    Hello,

    Good day!

    If the job titles of users contain the common word "Dev," you can utilize the following dynamic membership rule to create the dynamic group: (user.jobTitle -eq "Dev") or (user.jobTitle -match "Dev").

    Regarding SharePoint, each channel site operates independently in terms of membership management. Therefore, changes made to the membership of the main SharePoint site do not automatically propagate to the channel sites. If you wish for the membership of the channel sites to also be dynamic based on Azure AD group membership, you would need to configure each channel site separately to utilize dynamic membership rules based on the same Azure AD group.

    Regards,

    Lakshmanan

    0 comments No comments