onelogin (version 0.2.0)

ol_user_create: Create a 'OneLogin' user.

Description

For a full listing of available fields, see the API documentation

Usage

ol_user_create(con, firstname, lastname, email, username, ...)

Arguments

con

a 'OneLogin' connection

firstname

first name, character

lastname

last name, character

email

full email, character

username

username

...

other named parameters for the person

Value

A tibble of user data

Examples

Run this code
# NOT RUN {
if (interactive()) ol_user_create(onelogin(), "Fake", "User",
"fake@user.com", "fake")
# }

Run the code above in your browser using DataLab