User Properties REST Endpoints
    
        AAA/User Properties
    
Use for managing user properties.
- Create a User Property
- Method: postPath:/api/AAA/UserProperties
- Delete a User Property
- Method: deletePath:/api/AAA/UserProperties/{id}
- Get a User Property by ID
- Method: getPath:/api/AAA/UserProperties/{id}
- Get User Properties
- Method: getPath:/api/AAA/UserProperties
- Get User Properties for Combo Boxes and Item Selectors
- Method: getPath:/api/AAA/UserProperties/readForSelect
- Update a User Property
- Method: putPath:/api/AAA/UserProperties/{id}