rt_user_create: Create new user

Description Usage Arguments Examples

View source: R/rt_user_create.R

Description

Create a new RT user

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
rt_user_create(
  name = NULL,
  password = NULL,
  email_address = NULL,
  real_name = NULL,
  organization = NULL,
  privileged = NULL,
  disabled = NULL,
  ...
)

Arguments

name

(character) Optional. User name

password

(character) The password

email_address

(character) Optional. User email

real_name

(character) Optional. User real name

organization

(character) Optional. User organization

privileged

(numeric) Optional. User privilege status

disabled

(numeric) Optional. User disabled status

...

Other arguments passed to rt_POST

Examples

1
2
3
4
## Not run: 
rt_user_create()

## End(Not run)

amoeba/rt documentation built on March 7, 2020, 10:01 a.m.