rt_user_properties {rt}R Documentation

Get a user's properties

Description

Get a user's properties

Usage

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

## Not run: 
# Assuming we have a user with id 1, we can get its properties
rt_user_properties(1)

## End(Not run)

[Package rt version 1.1.0 Index]