These docs are for v1.0. Click to read the latest docs for v2.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