Reactivates a user account with the specified credentials. Returns 200 on success, or 400 if credentials are invalid or required fields are missing.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
POST
/api-v1/user/reactivate
curl \
--request POST 'https://wyzio.app/api-v1/user/reactivate?email=string&password=string&totpkey=string'
Response examples (200)
{}