| 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) |
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.
| 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. |
| 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. |
None.
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)"
}