onelogin (version 0.2.0)

ol_invite_gen_link: Generate Invite Link

Description

Generate Invite Link

Usage

ol_invite_gen_link(con, email)

Arguments

con

a 'OneLogin' connection

email

email of a user

Value

data frame with email and invite link

Examples

Run this code
# NOT RUN {
if(interactive()) ol_invite_gen_link(onelogin(), "example@example.com")
# }

Run the code above in your browser using DataLab