token userrevoke
The token userrevoke command makes all of a user's tokens invalid. The user will need to log in again to obtain a new token.
Usage
token userrevoke --u UserNameRequired | Argument | Description |
---|---|---|
Yes | --u UserName | Specifies the user whose tokens you want to revoke. To see a list of active users, use the token list command. |
Example
This example revokes the tokens for the user amy123.
token userrevoke --u amy123