Marking an Announcement as Read

Mark an announcement as read when you want it to stop displaying as unread.

    1. Click the Announcements icon (Announcements Menu), and then click Announcements.
    2. 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.
    3. Find the announcement that you want to mark as read, click the Actions menu (Actions Menu), 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.