Marking an Announcement as Read
Mark an announcement as read when you want it to stop displaying as unread.
- Click the Announcements icon (), and then click Announcements.
- Under List scope, click Compartment, and then choose a compartment that you have permission to work in. The page updates to display only the resources in that compartment. If you're not sure which compartment to use, contact an administrator.
- Find the announcement that you want to mark as read, click the , and then click Mark as read.
- Use the oci announce user-status update command and required parameters to mark an announcement as read:
oci announce user-status update --announcement-id <announcement_OCID> --user-status-announcement-id <announcement_OCID> --user-id <user_OCID> --time-acknowledged <date_and_time>
For example:oci announce user-status update --announcement-id ocid1.announcement.region1..<unique_ID> --user-status-announcement-id ocid1.announcement.region1..<unique_ID> --user-id ocid1.user.region1..<unique_ID> --time-acknowledged 2019-01-06T20:14:00+00:00
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the UpdateAnnouncementUserStatus operation to mark an announcement as read.