-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New command: Revoke Sign-in Sessions #6514
Comments
Hi, @piniontech777, thanks for the suggestion! I suggest that we change a few things to the spec:
|
Hi @milanholemans, I agree with your proposed modifications. The first idea ensures that the command syntax aligns with the existing I have updated the original post. Thank you. |
Looks good to me! Do you want to work on it @piniontech777, or should we open it up? |
Great. This can be opened up for someone to work on. @milanholemans |
Can I take it? |
Sure @MartinM85! |
Usage
m365 entra user session revoke [options]
Description
Revokes all sign-in sessions for a given user
Options
-i, --userId [userId]
userId
oruserName
but not both.-n, --userName [userName]
userId
oruserName
but not both.-f, --force
Examples
Revoke sign-in sessions of user with id 4fb72b9b-d0b0-4a35-8bc1-83f9a6488c48
Revoke sign-in sessions of user by name
Revoke sign-in sessions of user by name without confirmation
Default properties
No response
Additional Info
https://learn.microsoft.com/en-us/graph/api/user-revokesigninsessions?view=graph-rest-1.0&tabs=http
The text was updated successfully, but these errors were encountered: