add_user: add_user

Description Usage Arguments Value

View source: R/add_user.R

Description

add_user

Usage

1
2
3
4
5
6
7
8
9
add_user(
  conn,
  account_uid,
  email,
  created_by,
  modified_by = NULL,
  schema = "polished",
  unique_user_limit = NULL
)

Arguments

conn

the database connection

account_uid

the account uid

email

the email address of the user to be added

created_by

the uid of the user that created this new user

modified_by

the uid of the user that last modified this user

schema

the database schema

unique_user_limit

a limit for the number of unique users allowed for the account. This is used with the polished.tech API. Defaults to NULL.

Value

the uid of the newly created user or NULL if the user already exists


Tychobra/polishedapi documentation built on July 19, 2020, 11:41 p.m.