rt_user_properties: Get a user's properties

Description Usage Arguments Value Examples

View source: R/rt_user_properties.R

Description

Get a user's properties

Usage

1

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

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

## End(Not run)

rt documentation built on May 15, 2021, 9:06 a.m.