users_add | R Documentation |
This function will create exactly one user in the object's instance. To create multiple users, call this function in a list or in an apply function (preferrably from an apply function).
users_add(x_name, x_email, x_role, x_sendInvite = FALSE)
x_name |
User's name |
x_email |
Users's email address |
x_role |
Users's Domo role (one of Admin, Privileged, Participant). Role must match exactly, otherwise the API will throw an error. |
x_sendInvite |
TRUE if you want an email sent or FALSE if not. Defaults to FALSE |
Full User record from API.
API Documentation: https://developer.domo.com/docs/users-api-reference/users-2#Create%20a%20user
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.