Status
Tech review

Style guide




Short description

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

Output

Available since




This function returns 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
xxx

Parameter description.
xxx

Parameter description.



This function returns a




This function returns the 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
xxx

Parameter description.
xxx

Parameter description.



This function returns a