# Notification Settings

This resource lets you work with the notification settings of your YouTrack service: read and configure Email server settings to enable notifications to users.
|  Resource  |     ```GENERIC /api/admin/globalSettings/notificationSettings ```    |
| --- | --- |
|  Returned entity  |  [NotificationSettings](api-entity-NotificationSettings.html). For the description of the entity attributes, see [Supported Fields](#NotificationSettings-supported-fields) section.  |

## NotificationSettings attributes

Represents the Notifications settings of the YouTrack service.

### Related Resources

Below you can find the list of resources that let you work with this entity.

* [Notification Settings]()

### Attributes

This table describes attributes of the `NotificationSettings` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The ID of the NotificationSettings. `Read-only`.  |
|  emailSettings  |  [EmailSettings](api-entity-EmailSettings.html)  |  Settings for sending emails. `Read-only`.  |

