create_user | R Documentation |
Create a new user
create_user(email, role = "writer", index_access = NULL, credentials = NULL)
email |
email of the user to add. |
role |
global role of the user ("metareader", "reader", "writer" or "admin"). |
index_access |
index to grant access to for the new user. |
credentials |
The credentials to use. If not given, uses cached login information. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.