Subject: | 'Unknown key: disabled' warning when checkin user status |
When checking if a user exists with the following simple code:
$user = RT::Client::REST::User->new(
rt => $rt,
id => $email,
)->retrieve;
The error
[Mon Aug 25 17:22:38 2008] -e: Unknown key: disabled
appears in the logs if the user *does* exist. the users in question
are not privileged.
RT 3.8