> For the complete documentation index, see [llms.txt](/llms.txt).

- Snap
- Restricted

# snap_manageAccounts

Manage account management Snap accounts. This method is organized into multiple sub-methods which each take their own parameters:

- `createAccount`
- `updateAccount`
- `deleteAccount`
- `listAccounts`
- `submitResponse`

## Parameters[​](#parameters "Direct link to Parameters")

object

required

The account management request object.

### method

string

required

The account management method to call.

### params

JsonRpcParams

The parameters to pass to the account management method.

## Returns[​](#returns "Direct link to Returns")

JSON

The result returned by the client. The structure of this result depends on the account management method that was called.
