cURL
curl -X PUT \ /accounts/{id}/reactivate \ --header "Authorization: Bearer <token>"
{ "id": "01F9Z3ZJXZQZJZJZJZJZJZJZJZ", "user": "https://example.com/", "role": "administrator", "createdAt": "2023-11-07T05:31:56Z", "deactivated": true }
Reactivates an account. The account will have access again to their tenant.
account:reactivate
Value for the Authorization header parameter.
Account identifier
Account resource updated
Was this page helpful?