View source: R/ManagementAPI.R
Create a new User
1 2 3 4 5 6 7 8 9 | createUser(
firstname,
lastname,
email,
password,
roleId,
timezone,
organizationId = Sys.getenv("umbrellaOrganizationId")
)
|
firstname |
user first name |
lastname |
user last name |
email |
user email |
password |
user password |
roleId |
role id |
timezone |
user timezone name |
organizationId |
The organizationID related to this User |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.