MarkAllNotificationAsReadForUser

Marks all notifications as read for a user Returns (Task)

Overview of MarkAllNotificationAsReadForUser goes here.

Name Description
folder The folder containing the notifications
user The user to mark notifications as read for. If null, uses the current user

Mark All Notification As Read For User

Example in C#

// Returns: nothing
await client.MarkAllNotificationAsReadForUser(FolderInfo folder, UserInfo user);

Example in CURL



           curl -X PUT \
               'https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/userreadnotifications/readall?userId=USER.KEY' \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'