Get a user's properties
rt_user_properties(user_id, ...)
| user_id | (numeric) The ID of the User to edit | 
|---|---|
| ... | Other arguments passed to  | 
(list) A list of the user's properties
if (FALSE) { # Assuming we have a user with id 1, we can get its properties rt_user_properties(1) }