loginToken

This command logs in to SuperADMIN using a single-use token, rather than a username and password. It is designed for use in macros for automating SuperADMIN so that the macro file does not need to include a username and password in plaintext.

loginToken <token>

Logs in to SuperADMIN using a token obtained from the SuperADMIN login REST endpoint (/v1/auth/login).

While this command can be used in the console, it is primarily intended for use in macros. See Automation and SuperADMIN for more details.