POST
/
admin
/
user
/
{userId}
/
restore-delete
shell
curl --request POST \
  --url https://app.teable.ai/api/admin/user/%7BuserId%7D/restore-delete \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

Response

200

Restore a deleted user successfully.