hasUserProperty

Description

Checks if the user has the given property set.

Parameters

Return Type

Boolean (true/false)

Returns true if the user has the given property set and false otherwise.

Example

if (hasUserProperty("jdoe", "phone")) { return getUserProperty("jdoe", "phone"); }

See also