You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/webapi/aad-group-team.md
+24-16Lines changed: 24 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Work with Azure Active Directory group teams (Dataverse)| Microsoft Docs"
3
3
description: "Learn about working with an Azure Active Directory group team using the Web API."
4
4
ms.custom: ""
5
-
ms.date: 03/30/2021
5
+
ms.date: 04/12/2021
6
6
ms.service: powerapps
7
7
ms.suite: ""
8
8
ms.tgt_pltfrm: ""
@@ -30,12 +30,12 @@ The following sections describe how to work with AAD group teams using the Web A
30
30
31
31
## Create an AAD group team
32
32
33
-
Citizen developers wanting to programatically create a Microsoft Dataverse AAD group team can do so by providing the object ID of an existing AAD group as shown in the following command.
33
+
Citizen developers wanting to programmatically create a Microsoft Dataverse AAD group team can do so by providing the object ID of an existing AAD group as shown in the following command.
34
34
35
35
**Request**
36
36
37
37
```http
38
-
POST [Organization URI]/api/data/v9.1/teams
38
+
POST [Organization URI]/api/data/v9.0/teams
39
39
Accept: application/json
40
40
41
41
{
@@ -57,11 +57,11 @@ An administrator can assign a security role to an AAD group team after the AAD g
57
57
**Request**
58
58
59
59
```http
60
-
POST [Organization URI]/api/data/v9.1/teams(azureactivedirectoryobjectid=<group team ID>,membershiptype=0)/teamroles_association/$ref
60
+
POST [Organization URI]/api/data/v9.0/teams(azureactivedirectoryobjectid=<group team ID>,membershiptype=0)/teamroles_association/$ref
## Assign and share a record to an AAD group member
83
+
## Assign a record to an AAD group member
84
84
85
85
An administrator can assign a record to an AAD group member. The AAD group member is added into Dataverse automatically if the user doesn’t exist in Dataverse.
86
86
87
87
The example below shows the syntax for assigning an account record.
“An administrator or a record owner can share a record to an AAD group member. The AAD group member is added into Dataverse automatically if the user doesn’t exist in Dataverse.
103
+
98
104
The example below shows the syntax for sharing an account record.
0 commit comments