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
+13-1Lines changed: 13 additions & 1 deletion
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: 09/14/2021
5
+
ms.date: 02/15/2022
6
6
7
7
ms.suite: ""
8
8
ms.tgt_pltfrm: ""
@@ -174,6 +174,18 @@ Accept: application/json
174
174
}
175
175
``` -->
176
176
177
+
## Retrieve a user
178
+
179
+
You can retrieve a user row using an Azure user object identifier (ID). If the user doesn’t exist in Dataverse, the user is added to Dataverse automatically.
180
+
181
+
The example below shows the syntax for retrieving a user row.
182
+
183
+
**Request**
184
+
185
+
```http
186
+
GET [Organization URI]/api/data/v9.0/SystemUser(azureactivedirectoryobjectid=<user object ID>)
187
+
```
188
+
177
189
## Security roles and privileges
178
190
179
191
Members of an AAD group can query all the security roles that are directly and indirectly assigned to them using the following command.
0 commit comments