The following endpoints update and retrieve data about user team notifications settings of a user in a team. .
Gets settings for user notifications for a user specified by the userId
and a team specified by the teamId
. Get the mapping of the notificationId
and the team notification setting type with the API call GET /enums/user-email-notifications
.
The ID of the user.
3
The ID of the team.
3
Checks team notification settings for specific user, team and notification type with the specified userId
, teamId
and notificationId
. Get the mapping of the notificationId
and the team notification setting type with the API call GET /enums/user-email-notifications
.
The ID of the user.
1
The ID of the team.
1
The ID of the notification type. Get the mapping of the notificationId
and the team notification setting type with the API call GET /enums/user-email-notifications
.
6
Updates team notification settings for the user identified with the userId
, teamId
and notificationId
.
Get the mapping of the notificationId
and the team notification setting type with the API call GET /enums/user-email-notifications
.
Note that you can only update notification settings for the user associated with the API key used for authentication.
The ID of the user.
1
The ID of the team.
1
The ID of the notification type. Get the mapping of the notificationId
and the team notification setting type with the API call GET /enums/user-email-notifications
.
6
Enables or disables team notification type for the user.