Revokes a user’s sessions. If no user is specified, the current user’s sessions will be revoked. Note, Using OAuth (delegated) connection, only admins can revoke other users’ sessions, while non-admins can revoke only their own.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
- Least privileged Microsoft Graph permission to access the action via application:
User.RevokeSessions.All.
External DocumentationTo learn more, visit the Microsoft Entra ID documentation.
Parameters
| Parameter | Description |
|---|---|
| User ID | The user ID or principal name of the user whose sessions are to be revoked. Note: * This field is required when using an application connection. * When using an OAuth (delegated) connection, leave this field empty to revoke the connected user’s own sessions. |