Manage Email Notifications

Email configuration

Email notifications are enabled by default for the Request app.

To disable email notifications for your organization, follow the instructions below:

Required Immuta permission: APPLICATION_ADMIN

  1. Select Disable for email notifications.

Personal email preferences

When email notifications are enabled for your organization, they are on by default for every user.

To turn email notifications off, follow the instructions below:

With the UI

The notifications will be sent to the email found on the user's profile page which is automatically populated by the configured IAM. To turn off notifications for yourself in the Request app,

  1. Flip the toggle to off.

With the API

Ensure you set the correct global segment and use a Request app personal access token (PAT) when using the Request app API. See the Request app API docs for additional guidance or to download the OpenAPI YAML for your own client generation.

Update user preferences

put

Update the user preferences for notifications

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
chevron-right
200Success
application/json
recipientIdstring · uuidRequired
put
/api/notification/user-preferences
200Success

Last updated

Was this helpful?