Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a collection of configuration data for tenant-level or property-level settings related to Microsoft 365 people data configured by an administrator.
Note
When you configure people data source precedence using the prioritizedSourceUrls setting, the name property must be empty to indicate a tenant-level setting and to differentiate it from property-level settings in the collection that include a name property. Only one configuration without a name is allowed per collection.
Inherits from entity.
Methods
| Method | Return type | Description |
|---|---|---|
| List | profilePropertySetting collection | Get a collection of profilePropertySetting objects that define the configuration for user profile property settings in an organization. |
| Create | profilePropertySetting | Create a new profilePropertySetting object. |
| Get | profilePropertySetting | Read the properties and relationships of a profilePropertySetting object. |
| Update | profilePropertySetting | Update the properties of a profilePropertySetting object. |
| Delete | None | Delete a profilePropertySetting object. |
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | Name of the property associated with this setting. |
| id | String | System generated GUID. Inherited from entity. |
| name | String | Other name of the property-level setting. For backward compatibility. |
| prioritizedSourceUrls | String collection | A collection of prioritized profile source URLs ordered by data precedence within an organization. For details, see Manage profile source precedence in Microsoft 365. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.profilePropertySetting",
"id": "String (identifier)",
"name": "String",
"prioritizedSourceUrls": ["String"],
"displayName": "String"
}