

Retreive/view all the user notifications through API
Admin will have various announcements published for different users and usergroups. In order to check what are the diffent announcements published for a user or if they have read those announcements, we can use below API to view the announcements targeted for a specific leaner.
The API end point is : GET /users/{userId}/userNotifications
This API will retreive all the notifications received by a learner.
Suppose an announcement is pushed for a learner as below:
Using the above API, we can see the announcement pushed for that learner as below :
Request URL :
https://learningmanager.adobe.com/primeapi/v2/users/7546252/userNotifications?page[limit]=10&read=false&announcementsOnly=true&language=en_US
Admin will have various announcements published for different users and usergroups. In order to check what are the diffent announcements published for a user or if they have read those announcements, we can use below API to view the announcements targeted for a specific leaner.
The API end point is : GET /users/{userId}/userNotifications
This API will retreive all the notifications received by a learner.
Suppose an announcement is pushed for a learner as below:
Using the above API, we can see the announcement pushed for that learner as below :
Request URL :
https://learningmanager.adobe.com/primeapi/v2/users/7546252/userNotifications?page[limit]=10&read=false&announcementsOnly=true&language=en_US
You must be logged in to post a comment.

- Most Recent
- Most Relevant