Skip to content

Commit f30bfdd

Browse files
authored
update
1 parent d18dfa8 commit f30bfdd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/entra/entra-id/users-groups-entra-apis/memberof-api-returns-null-properties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Microsoft Graph API memberOf returns null values for properties
33
description: Provides a solution to an issue where some properties are indicated as null when you call the Microsoft Graph API memberOf.
4-
ms.date: 03/21/2025
4+
ms.date: 04/02/2025
55
ms.service: entra-id
66
ms.reviewer: bhvootla, adoyle, nualex, v-weizhu
77
ms.custom: sap:Problem with querying or provisioning resources
@@ -15,11 +15,11 @@ This article provides a solution to an issue where some properties are indicated
1515
When calling the one of following APIs that can return the list of groups and directory roles that the user is a direct member of, you see `null` values for all properties except the object type and ID in the JSON response:
1616

1717
```msgraph
18-
Get https://graph.microsoft.com/v1.0/me/memberOf
18+
GET https://graph.microsoft.com/v1.0/me/memberOf
1919
```
2020

2121
```msgraph
22-
Get https://graph.microsoft.com/v1.0/users/{id | userPrincipalName}/memberOf
22+
GET https://graph.microsoft.com/v1.0/users/{id | userPrincipalName}/memberOf
2323
```
2424

2525
Here's a sample JSON response:

0 commit comments

Comments
 (0)