> ## Documentation Index
> Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Account tasks

> Every operation for reading account context, managing your organization's accounts and membership, and setting notification preferences

Operations for the organization behind your storefront. See the [Account overview](/v2/storefront/account/overview) for concepts and the organization/account model.

## Read

<CardGroup cols={2}>
  <Card title="Get current account" href="/v2/storefront/account/tasks/get-current-account" icon="id-card">
    Authenticated account context
  </Card>

  <Card title="List accounts" href="/v2/storefront/account/tasks/list-customer-accounts" icon="list">
    Accounts you can switch into
  </Card>
</CardGroup>

## Manage accounts

<CardGroup cols={2}>
  <Card title="Create account" href="/v2/storefront/account/tasks/create-child-account" icon="plus">
    Provision a buyer or seller account
  </Card>

  <Card title="Delete account" href="/v2/storefront/account/tasks/delete-child-account" icon="trash">
    Hard-delete an empty account
  </Card>
</CardGroup>

## Domain & membership

<CardGroup cols={2}>
  <Card title="Update account domain" href="/v2/storefront/account/tasks/update-customer-domain" icon="globe">
    Set the account's registered domain
  </Card>

  <Card title="Get membership" href="/v2/storefront/account/tasks/get-membership" icon="users">
    Read domain auto-join setting
  </Card>

  <Card title="Update membership" href="/v2/storefront/account/tasks/update-membership" icon="user-gear">
    Toggle domain auto-join
  </Card>
</CardGroup>

## Notifications

<CardGroup cols={2}>
  <Card title="Get notification preferences" href="/v2/storefront/account/tasks/get-notification-preferences" icon="bell">
    Read your opt-ins
  </Card>

  <Card title="Update notification preferences" href="/v2/storefront/account/tasks/update-notification-preferences" icon="bell-on">
    Replace your opt-ins
  </Card>
</CardGroup>
