Learn R Programming

onelogin (version 0.2.0)

ol_user_update: Update user information by ID

Description

Update user information by ID

Usage

ol_user_update(con, user_id, ...)

Arguments

con

a 'OneLogin' connection

user_id

user id

...

named parameters to change in request

Value

A tibble of user data

Examples

Run this code
# NOT RUN {
if (interactive()) ol_user_update(onelogin(), 54963040, firstname = "Fake1")
# }

Run the code above in your browser using DataLab