- Home
- Users & Groups
- SvcUserProperty
SvcUserProperty
The SvcUserProperty object
Method | Description |
---|---|
getAllUserProperties | Get all of the user properties. |
getPropertiesByType | Fetches a list of all the properties of the given type which have been set for the given user. |
getProperty | Fetches the value of a user's property by type and name. |
getUsersByProperty | Fetches all users with the given property as identified by the given type, name and, optionally, value. |
removeProperty | Removes a user property as identified by the given type and name. |
setProperty | Creates a new user property with the given type, name and value. |