Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 2.34 KB

File metadata and controls

59 lines (50 loc) · 2.34 KB
title userConfiguration resource type
description Represents a user configuration object.
author daiyue-microsoft
ms.date 11/05/2025
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType
toc.title User configuration (preview)

userConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a user configuration object. User configuration objects are also known as folder associated items (FAIs). It's an item associated to a folder. Each user configuration object within a folder must have a unique key.

Inherits from entity.

Methods

Method Return type Description
Create userConfiguration Create a new userConfiguration object.
Get userConfiguration Read the properties and relationships of a userConfiguration object.
Update userConfiguration Update the properties of a userConfiguration object.
Delete None Delete a userConfiguration object.

Properties

Property Type Description
binaryData Binary Arbitrary binary data.
id String The unique identifier for the userConfiguration object. Inherited from entity.
structuredData structuredDataEntry collection Key-value pairs of supported data types.
xmlData Binary Binary data for storing serialized XML.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.userConfiguration",
  "binaryData": "String (Binary)",
  "id": "String (identifier)",
  "structuredData": [{"@odata.type": "microsoft.graph.structuredDataEntry"}],
  "xmlData": "String (Binary)"
}