Skip to content

Get Security Roles of logged-in/current user in JavaScript – Dynamics 365 CE

Hi Everyone,

Let’s say bye bye to all the code that we used to write for getting Security Roles of the logged in User.

Here is the single line of the JavaScript code which gets all the Security Roles GUIDs along with names.

Xrm.Utility.getGlobalContext().userSettings.roles.getAll();

Security roles associated with the user.

Security roles associated with the Team where user…

Continue Reading Gopinath’s Article on their blog

https://staturestack.com/2020/08/06/get-security-roles-of-logged-in-current-user-in-javascript-dynamics-365-ce/

Blog Syndicated with Gopinath’s Permission

Leave a Reply