Event Listener Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
EventListener.Read.All | b7f6385c-6ce6-4639-a480-e23c42ed9784 | Read all authentication event listeners | Allows the app to read your organization’s authentication event listeners without a signed-in user. |
EventListener.ReadWrite.All | 0edf5e9e-4ce8-468a-8432-d08631d18c43 | Read and write all authentication event listeners | Allows the app to read or write your organization’s authentication event listeners without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
EventListener.Read.All | f7dd3bed-5eec-48da-bc73-1c0ef50bc9a1 | Read your organization’s authentication event listeners | Allows the app to read your organization’s authentication event listeners on behalf of the signed-in user. |
EventListener.ReadWrite.All | d11625a6-fe21-4fc6-8d3d-063eba5525ad | Read and write your organization’s authentication event listeners | Allows the app to read or write your organization’s authentication event listeners on behalf of the signed-in user. |