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

# Accounts

> Reference for the Accounts API methods.

## Methods

<Card title="Block Account" href="/docs/api-reference/generated/account/block-account">
  Blocks an account, preventing all API access.
</Card>

<Card title="Delete Account" href="/docs/api-reference/generated/account/delete-account">
  Deletes an account permanently.
</Card>

<Card title="Get Account" href="/docs/api-reference/generated/account/get-account">
  Gets information about the currently authenticated account.
</Card>

<Card title="Get SSO Login URL" href="/docs/api-reference/generated/account/get-sso-login-url">
  Gets the SSO login URL for a specific email domain.
</Card>

<Card title="List Joinable Organizations" href="/docs/api-reference/generated/account/list-joinable-organizations">
  Lists organizations that the currently authenticated account can join.
</Card>

<Card title="List Login Providers" href="/docs/api-reference/generated/account/list-login-providers">
  Lists available login providers with optional filtering.
</Card>

<Card title="List SSO Logins" href="/docs/api-reference/generated/account/list-sso-logins">
  Call gitpod.v1.AccountService.ListSSOLogins.
</Card>

<Card title="Unblock Account" href="/docs/api-reference/generated/account/unblock-account">
  Unblocks a previously blocked account, restoring API access.
</Card>
