setUserProperty
Syntax | setUserProperty(userNameOrKey, propertyKey, propertyValue) | Package | |
Alias | Pkg Usage |
Description
Sets properties of users.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
userNameOrKey | String | Yes | User name or key of a user to get property for. |
propertyKey | String | Yes | Key of the property. |
propertyValue | String | Yes | Value to set for the property. |
Return Type
None
The returned value has no meaning.
Example
setUserProperty("jdoe", "phone", "555 322 3222");