Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Answered

Reading Team Member under the Particular Team using JS

(0) ShareShare
ReportReport
Posted on by 30

Hello Everyone,

I am trying retrieve Team Member under the Particular teams.

I trying to do this in JavaScript.

Please give a suggestion to achieve this

  • SASIKUMAR S Profile Picture
    30 on at
    RE: Reading Team Member under the Particular Team using JS

    Hello Mehdi,

    Thanks for your suggestion

    My problem is resolved....

  • meelamri Profile Picture
    13,214 User Group Leader on at
    RE: Reading Team Member under the Particular Team using JS

    Any news ? Please, let me know if my solution works for you. Thank you !

  • Verified answer
    meelamri Profile Picture
    13,214 User Group Leader on at
    RE: Reading Team Member under the Particular Team using JS

    Hello, 

    var teamId = '6b8ae021-c966-eb11-a812-000d3a3b6b72';
    Xrm.WebApi.retrieveMultipleRecords('systemuser', '?$expand=teammembership_association($filter=(teamid eq 6b8ae021-c966-eb11-a812-000d3a3b6b72))&$filter=(teammembership_association/any(o1:(o1/teamid eq ' teamId ')))').then(
        function success(result) {
            console.log(result)
            
        },
        function (error) {
            console.log(error.message);
            // handle error conditions
        }
    );

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,351 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,029 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans