Description
Gets the user by username or key.
Parameters
Return Type
/wiki/spaces/AA/pages/351830229
Returns the user.
Example
JUser usr = getUser("john.doe");
The look-up is first made after the userkey, then after the username.
See also
Gets the user by username or key.
/wiki/spaces/AA/pages/351830229
Returns the user.
JUser usr = getUser("john.doe");
The look-up is first made after the userkey, then after the username.