User Properties REST Endpoints

AAA/User Properties
Use for managing user properties.
Create a User Property
Method: post
Path: /api/AAA/UserProperties
Delete a User Property
Method: delete
Path: /api/AAA/UserProperties/{id}
Get a User Property by ID
Method: get
Path: /api/AAA/UserProperties/{id}
Get User Properties
Method: get
Path: /api/AAA/UserProperties
Get User Properties for Combo Boxes and Item Selectors
Method: get
Path: /api/AAA/UserProperties/readForSelect
Update a User Property
Method: put
Path: /api/AAA/UserProperties/{id}