getUserProperty
Description
Retrieves properties of users.
Parameters
Return Type
String
Returns the value of the specified property. If the user does not have the property, it will return an empty string.
Example
return getUserProperty("testuser", "phone");
The look-up is first made after the userkey, then after the username.
See also
Peacock