> ## Documentation Index
> Fetch the complete documentation index at: https://docs.idemeum.com/llms.txt
> Use this file to discover all available pages before exploring further.

# User elevation notifications

> How users are notified when elevation requests are approved or denied.

## How user notifications work

When users request application elevations, and these requests are approved or denied by IT team, idemeum offers a feedback loop to notify users of the request outcome. There are several ways users get notified.

<AccordionGroup>
  <Accordion title="Push notifications" defaultOpen icon="laptop-arrow-down">
    When the elevation request is approved or denied, idemeum will send a push notification back to Windows or macOS agent. If notifications are enabled on the desktop, the user will see a pop up notification detailing the request and the outcome.

    <Note>
      We are leveraging [**APNS**](https://en.wikipedia.org/wiki/Apple_Push_Notification_service?ref=docs.idemeum.com) for macOS and [**FCM**](https://firebase.google.com/docs/cloud-messaging?ref=docs.idemeum.com) for Windows to deliver notifications. While these notifications can be real time, they are best effort and not guaranteed. If the device is offline when the push notification is sent, the notification will be lost.
    </Note>
  </Accordion>

  <Accordion title="Email notifications" defaultOpen icon="send-backward">
    When users request application elevations, they can provide certain pieces of information with the request, including email address. When the application elevation is approved or denied, the email with the result will be sent to user provided email address.

    <Info>
      Users need to provide the email only once. Once entered, it will saved and auto filled for any subsequent requests.
    </Info>
  </Accordion>
</AccordionGroup>

## Push notifications user experience

On Windows we send the notification back to device and display it at the bottom right of the screen.

<img src="https://mintcdn.com/idemeum/sfjbFfrLzgH9Sf4I/images/IMG_1372.png?fit=max&auto=format&n=sfjbFfrLzgH9Sf4I&q=85&s=801acd103519ead14592d01ca628042b" alt="IMG 1372" width="1600" height="1059" data-path="images/IMG_1372.png" />

On macOS we also display application notifications in a standard way. In addition to this, we offer the notification tray in the top bar menu. When you click on the idemeum icon, you will be able to see all your requests along with the requests status.

<img src="https://mintcdn.com/idemeum/sfjbFfrLzgH9Sf4I/images/IMG_1373.png?fit=max&auto=format&n=sfjbFfrLzgH9Sf4I&q=85&s=20960cd060bbd911e2ad6a4bb3dd3acb" alt="IMG 1373" width="1600" height="1097" data-path="images/IMG_1373.png" />

## Email notifications user experience

On Windows or macOS workstation users can provide the email address when requesting application elevation.

<img src="https://mintcdn.com/idemeum/sfjbFfrLzgH9Sf4I/images/IMG_1370.png?fit=max&auto=format&n=sfjbFfrLzgH9Sf4I&q=85&s=59199b29b06bb5c15ee0e99fcf5d024b" alt="IMG 1370" width="1600" height="1059" data-path="images/IMG_1370.png" />

When application is approved or denied, the email is sent to the user to specified email address to inform about the request resolution.

<img src="https://mintcdn.com/idemeum/sfjbFfrLzgH9Sf4I/images/IMG_1371.png?fit=max&auto=format&n=sfjbFfrLzgH9Sf4I&q=85&s=efe5fd97c329971390ca6a9b0e3d6270" alt="IMG 1371" width="1600" height="1158" data-path="images/IMG_1371.png" />
