interface-iaccountcommands
Interface: IAccountCommands
Commands related to the account (team) on which the plugin
was installed.
Note: this is not the current user.
Hierarchy
- IAccountCommands
Index
Methods
Methods
get
▸ get(): Promise<IAccountInfo>
Get information IAccountInfo about the account.
Returns: Promise<IAccountInfo>
a promise that resolves into the account information.
Requires scope: TEAM:READ
Updated about 3 years ago