token list
The token list command returns a list of the active tokens on the Spectrum Technology Platform server. For each token, the following information is provided:
- User name
- Date and time the token was created
- Date and time when the token was last used
- The IP address of the computer being used to access the Spectrum Technology Platform server
- The session ID
- The token
Each of these fields is separated by a pipe character ( | ).
Usage
token list --u UserNameRequired | Argument | Description |
---|---|---|
No | --u UserName | Specifies the user whose tokens you want to view. If you do not specify this argument, all users' tokens are listed. |
Example
This example lists the tokens for the user amy123.
token list --u amy123This example lists all tokens.
token list