Hey! These docs are for version 1.0, which is no longer officially supported. Click here for the latest version, 2.0!

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