Status
Tech review

Style guide




Short description

Returns a  representing the value of the user property with name propertyName which belongs to the user with user name userName.

Output




The function returns a  representing the value of the user property with name propertyName which belongs to the user with user name userName.

If the user doesn't have the property, "" will be returned.


userProperty(text propertyName, text userName) #Output: Text




Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a




The function returns the  of values of the user property with name propertyName in all the users whose names are contained in userNames.

The output will contain as many texts as users have the property set.


userProperty(text propertyName, text list userNames) #Output: Text list




Parameters used in this function

ParameterInput (data type)Description
<parameter>

Parameter description.
<parameter>

Parameter description.



The function returns a