knowledgecenter-breadcrum

Knowledge Center

10 Oct, 2020

How to add or remove user from Access team template programmatically

Posted on 10 Oct, 2020 by Admin, Posted in Dynamics 365 Dynamics-365 Sales

How to add or remove user from Access team template programmatically Blogs

How to add or remove user from Access team template programmatically

Introduction

In Dynamics 365 Business Applications, the access team is used to share the records with other users with different level of access rights like Read, Write, Delete etc.

In this blog, we are going to see how we can add/remove users to/from access team. Also, we will see how we can retrieve the user of access teams programatically.

Before we go to the programming approach of access team. First, we will see how we can enable the access teams for entity and to enable the access team please follow below steps:

Enable Access Team

  1. Go to entity and enable the Access team as shown below:
    In Classic User Interface:

    In Unified User Interface:
  1. Go to Settings > Security > Access Team Template and Add the template with required permission.


    Here, in the drop-down all access team enabled entities are visible.
  1. After Adding “Access team template”, now we need to add sub-grid on required entity’s form as shown below:
    Classic User Interface:

    Unified User Interface:

    Now, we are good to go with programming part.

Programming

  1. Add user to access team using below code.
  1. Remove user from access team using below code.
  2. Get Access Team Template using below FetchXml.
  3. Get users those are already in access team using below code.

Comment

This is a Required Field

Loading

Recent Updates

Blogs
27 Feb, 2026

How to Use Parameters in Power BI to Connect to Microsoft Dataverse

When working with multiple environments in Microsoft Dataverse (DEV, TEST, PROD), hardcoding the environment URL inside Power BI Desktop creates…

READ MORE
Blogs
25 Feb, 2026

Power Apps Production Deployment Checklist: Best Practices for a Smooth Go-Live

Introduction In Power Apps, even a small mistake during deployment can impact users and business processes. This checklist will help…

READ MORE
PCF Ribbon Button Thumbnail
Blogs
16 Feb, 2026

Launching a PCF Control from a Ribbon Button using Custom Pages in Dynamics 365

Introduction: In Model-driven apps, PCF controls are typically embedded inside forms or views. However, unique business requirements often demand more…

READ MORE