...
Returns the value of the specified property. If the user does not have the property, it will return an empty string.
Example
Code Block | ||
---|---|---|
| ||
return getUserProperty("testuser", "phone"); |
...
...
Returns the value of the specified property. If the user does not have the property, it will return an empty string.
Code Block | ||
---|---|---|
| ||
return getUserProperty("testuser", "phone"); |
...