dynamic membership

Glenn Maxwell 11,496 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
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,827 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,712 questions
0 comments No comments
{count} votes

Accepted answer
  1. Thangaraj Lakshmanan 185 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

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.