Skip to content

Commit

Permalink
Merge pull request #9476 from Ragnhild/patch-1
Browse files Browse the repository at this point in the history
Update profile.md
  • Loading branch information
Lauragra authored Dec 3, 2024
2 parents e53b613 + 2594e79 commit d4ec33d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions api-reference/beta/resources/profile.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "profile resource type"
description: "Represents properties that are descriptive of a user and that are surfaced in shared, people experiences across Microsoft 365 and third-party services and experiences via Microsoft Graph."
description: "Represents properties that are descriptive of a user and that are surfaced in shared people experiences across Microsoft 365 and third-party services and experiences via Microsoft Graph."
ms.localizationpriority: medium
author: "kevinbellinger"
ms.subservice: people
doc_type: "resourcePageType"
ms.date: 07/22/2024
ms.date: 12/02/2024
---

# profile resource type
Expand All @@ -14,9 +14,11 @@ Namespace: microsoft.graph

[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]

Represents properties that are descriptive of a user in a tenant, for example, anniversaries and education activities. These properties are surfaced in shared, people experiences across Microsoft 365 and third-party services and experiences via Microsoft Graph.
Represents properties that are descriptive of a user in a tenant; for example, anniversaries and education activities. These properties are surfaced in shared people experiences across Microsoft 365 and third-party services and experiences via Microsoft Graph.

Programmatically, these properties are expressed as [relationships](#relationships) of the **profile** resource. To get one of these navigation properties or create an instance of these properties for the user, use the corresponding GET or POST method on that property, where applicable. See the [methods](#methods) listed below.
Programmatically, these properties are expressed as [relationships](#relationships) of the **profile** resource. To get one of these navigation properties or create an instance of these properties for the user, use the corresponding GET or POST method on that property, where applicable. For more details, see the [Methods](#methods) section.

In addition to the navigation properties in the [Relationships](#relationships) section, other properties exclusive to first-party applications, such as user pronouns, aren't exposed on Microsoft Graph.

## Methods

Expand Down

0 comments on commit d4ec33d

Please sign in to comment.