Get a user's properties

rt_user_properties(user_id, ...)

Arguments

user_id

(numeric) The ID of the User to edit

...

Other arguments passed to rt_GET

Value

(list) A list of the user's properties

Examples

if (FALSE) { # Assuming we have a user with id 1, we can get its properties rt_user_properties(1) }