web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

Xrm.WebApi.online.retrieveRecord

(0) ShareShare
ReportReport
Posted on by

How can i retrive the guid of a systemuser if I use the fullname as "identifier"

I want to retrive the guid of several systemusers and i want to create a JS that i can use in several CRM instances were the user exits with different guids

Best regards
Rookie Programer

I have the same question (0)
  • Suggested answer
    PabloCRP Profile Picture
    1,088 on at

    Hi MrTest

    You could try with  'Xrm.WebApi.retrieveMultipleRecords()' this query.

    function foo(){
    var query = "?$select=fullname,systemuserid&$filter=contains(fullname,'[NAME TO SEARCH]')";
    Xrm.WebApi.retrieveMultipleRecords("systemuser",query).then(
        function(result){
            console.log(result);
        },
        function (error){
            console.log(error);
        });
    }
    
    

    please consider marking as an answer if it was helpful

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 69 Most Valuable Professional

#2
ManoVerse Profile Picture

ManoVerse 60 Super User 2026 Season 1

#3
11manish Profile Picture

11manish 43

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans