> For the complete documentation index, see [llms.txt](https://spice.docs.medtroniclabs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spice.docs.medtroniclabs.org/versions/spice-1.0/engineering/api-documentation/admin-services/account/account-activate.md).

# Account - Activate

| **API URL**     | {{url}}/admin-service/account/activate    |
| --------------- | ----------------------------------------- |
| **Method**      | PUT                                       |
| **Description** | Activate the account which is deactivated |

#### **Input**: <a href="#account-activate-input" id="account-activate-input"></a>

| **Field Name** | **Type** | **Comments** |
| -------------- | -------- | ------------ |
| `tenantId`     | Number   | 347          |

#### **Sample Input:** <a href="#account-activate-sampleinput" id="account-activate-sampleinput"></a>

{\
"tenantId":347

}

#### **Sample Output:** <a href="#account-activate-sampleoutput" id="account-activate-sampleoutput"></a>

```
{
    "message": "Account activated successfully."
}
```
