> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NewsFeedItemRecipient table

> Recipients of the news feed item. One news feed item may be sent to multiple recipients (users).

## NewsFeedItemRecipient Table (509)

Recipients of the news feed item. One news feed item may be sent to multiple recipients (users).

## Fields

| Name                      | Description                                                      | Type                                  | Nullable |
| ------------------------- | ---------------------------------------------------------------- | ------------------------------------- | :------: |
| newsfeeditemrecipient\_id | Primary key                                                      | PK                                    |    No    |
| newsfeeditem\_id          | Foreign key to NewsFeedItem that this recipient belongs to.      | FK [NewsFeedItem](./newsfeeditem.mdx) |    No    |
| associate\_id             | Foreign key to user that should receive this news item.          | FK [associate](./associate.mdx)       |    No    |
| IsRead                    | Set to true when the recipient user has read the news feed item. | Bool                                  |    No    |
| ReadAt                    | When the recipient user read the news feed item (UTC)            | UtcDateTime                           |    Yes   |

<img src="https://mintcdn.com/superofficeas/zNQa3AO19PFK63SB/media/loc/en/database/tables/NewsFeedItemRecipient.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=ffa4ab39c655c9e83e4aca04f4f7f08c" alt="NewsFeedItemRecipient table relationship diagram" width="803" height="59" data-path="media/loc/en/database/tables/NewsFeedItemRecipient.png" />

## Indexes

| Fields                          | Types  | Description |
| ------------------------------- | ------ | ----------- |
| newsfeeditem\_id, associate\_id | FK, FK | Unique      |

## Relationships

| Table                          | Description                                                                                       |
| ------------------------------ | ------------------------------------------------------------------------------------------------- |
| [associate](./associate)       | Employees, resources and other users - except for External persons                                |
| [NewsFeedItem](./newsfeeditem) | Contains news feed items - published to one or more users, with one or more language descriptions |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [NewsFeedItem table](/en/database/tables/newsfeeditem.md)
- [NewsFeedItemCta table](/en/database/tables/newsfeeditemcta.md)
- [NewsFeedItemHtml table](/en/database/tables/newsfeeditemhtml.md)
- [What's new in version 12.2.2072.0](/release-notes/database/changes-12.2.2072.md)
- [What's new in version 12.3.2195.0](/release-notes/database/changelog.md)
- [Post News Feed Item](/en/api/reference/restful/agent/newsfeed_agent/post-news-feed-item.md)
