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

# Restore an account

Restores a previously deactivated account, re-enabling their ability to log in to the Annature dashboard and send envelopes.

This action reverses the effects of a deactivation. All permissions and access will be reinstated immediately.

## Parameters

<ParamField path="id" type="string">
  The unique identifier for the account.
</ParamField>

<RequestExample>
  ```bash Endpoint theme={null}
  POST /v1/accounts/:id/restore
  ```
</RequestExample>

<ResponseExample>
  ```bash theme={null}
  204
  ```
</ResponseExample>
