Skip to content

Commit 86568a1

Browse files
authored
Updates from editor
1 parent f30bfdd commit 86568a1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

support/entra/entra-id/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
href: app-integration/404-not-found-error-manage-objects-microsoft-graph.md
272272
- name: Use managed identities to call Graph APIs in VB.Net and C#
273273
href: users-groups-entra-apis/call-graph-api-using-managed-dentities.md
274-
- name: memberOf API returns null values for properties
274+
- name: The memberOf API returns null values for properties
275275
href: users-groups-entra-apis/memberof-api-returns-null-properties.md
276276
- name: Microsoft Entra User Provisioning and Synchronization
277277
items:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Microsoft Graph API memberOf returns null values for properties
2+
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: 04/02/2025
4+
ms.date: 04/03/2025
55
ms.service: entra-id
66
ms.reviewer: bhvootla, adoyle, nualex, v-weizhu
77
ms.custom: sap:Problem with querying or provisioning resources
@@ -12,13 +12,13 @@ This article provides a solution to an issue where some properties are indicated
1212

1313
## Symptoms
1414

15-
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:
15+
When calling one of the following APIs that can return the list of groups and directory roles that a user is a direct member of, you see `null` values for all properties except the object type and ID in the JSON response:
1616

17-
```msgraph
17+
```http
1818
GET https://graph.microsoft.com/v1.0/me/memberOf
1919
```
2020

21-
```msgraph
21+
```http
2222
GET https://graph.microsoft.com/v1.0/users/{id | userPrincipalName}/memberOf
2323
```
2424

@@ -52,7 +52,7 @@ Here's a sample JSON response:
5252

5353
## Cause
5454

55-
When an application queries the membership that returns a `directoryObject` type collection, if it doesn't have permission to read a certain resource type, members of that type are returned with limited information. For example, only the object type and ID may be returned and other properties are indicated as null. Complete information is returned for the object types that the application has permissions to read.
55+
When an application queries the membership that returns a `directoryObject` type collection, if it doesn't have permission to read a resource type, members of that type are returned with limited information. For example, only the object type and ID might be returned, and other properties are indicated as null. Complete information is returned for the object types that the application has permission to read.
5656

5757
For more information, see [List a user's direct memberships](/graph/api/user-list-memberof) and [Limited information returned for inaccessible member objects](/graph/permissions-overview#limited-information-returned-for-inaccessible-member-objects).
5858

0 commit comments

Comments
 (0)