# Introduction

## Settings model

### Example

```json
{
  "alert_reviewers": ["7db2c508-1758-4b84-ba68-50b5c8e1f458"],
  "issue_managers": ["7db2c508-1758-4b84-ba68-50b5c8e1f458"],
  "fenistra_credentials": { "password": 4, "username": "asd" },
  "fenistra_stores": [{ "store_id": 11, "fenistra_store_id": 42 }],
  "updated_at": "2021-05-14T09:26:14.823Z"
}
```

### Definition

Key | Type | Optional | Description
--------- | --------- | --------- | ---------
alert_reviewers | string[] | no | IDs of users responsible for accepting alerts
issue_managers | string[] | no | IDs of users responsible for managing issues
fenistra_credentials | Object | yes | Object consisting of username and password for Fenistra API. Available only with 'Operations:Api:Settings:Confidential' permit
fenistra_stores | string[] | yes | Mapping between MPC and Fenistra stores
updated_at | datetime | yes | 

## SettingsPayload model

Key                   | Type      | Description
---------             | --------- | ---------
**alert_reviewers** | string[] | IDs of users responsible for accepting alerts
issue_managers | string[] | IDs of users responsible for accepting alerts