Revoke Micro app-user sessions
micro_user_sessions_revokeRevoke all active sessions and private download grants for a specific app user without disabling the account. Use this to terminate access across devices and secure user data when needed.
Instructions
Revoke every active session and private download grant for one explicit app user without disabling the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Micro project directory; defaults to the server working directory | |
| user | Yes | ||
| confirm | Yes | Explicit confirmation that this app user's active sessions should be revoked |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| json | No | ||
| stderr | Yes | ||
| stdout | Yes | ||
| command | Yes | ||
| exitCode | Yes |