users_add: Add a user or users

users_addR Documentation

Add a user or users

Description

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).

Usage

users_add(x_name, x_email, x_role, x_sendInvite = FALSE)

Arguments

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

Value

Full User record from API.

References

API Documentation: https://developer.domo.com/docs/users-api-reference/users-2#Create%20a%20user


domoinc/rdomo documentation built on Nov. 8, 2024, 12:48 a.m.