Skip to content

Commit 20069f4

Browse files
authored
Merge pull request #5878 from MicrosoftDocs/phecke-aad-group-team
Added new section for retrieve
2 parents 2279f71 + a0f89ae commit 20069f4

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

powerapps-docs/developer/data-platform/webapi/aad-group-team.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Work with Azure Active Directory group teams (Dataverse)| Microsoft Docs"
33
description: "Learn about working with an Azure Active Directory group team using the Web API."
44
ms.custom: ""
5-
ms.date: 09/14/2021
5+
ms.date: 02/15/2022
66

77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -174,6 +174,18 @@ Accept: application/json
174174
}
175175
``` -->
176176

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+
177189
## Security roles and privileges
178190

179191
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

Comments
 (0)