# account

An account represents an individual signed up to use the Heroku platform.

## Actions

### `info`

`heroku.account().info({callback});`

Method | Path
--- | ---
GET | /account

### `update`

`heroku.account().update({attributes}, {callback});`

Method | Path
--- | ---
PATCH | /account

### `changeEmail`

`heroku.account().changeEmail({attributes}, {callback});`

Method | Path
--- | ---
PATCH | /account

### `changePassword`

`heroku.account().changePassword({attributes}, {callback});`

Method | Path
--- | ---
PATCH | /account

