post https://{subdomain}.workable.com/spi/v3/members//enable
Restores a deactivated member. Required scope: w_members
. Accessible with all token types.
Calling the POST /members/:id/enable
endpoint will reactivate the given member. In case the member is not found, a404 Not Found
error will be returned. In case of any other error a 422 Unprocessable Entity
will be returned. In case of a successful reactivation a 204 No Content
response will be returned.