4  Document Sharing and Access Management

Coming soon…

4.1 Cat-in-the-middle authentication

4.2 Access Management

4.2.1 Creating and Deleting User Accounts

list_users()
create_user(
  email = "user@example.com",
  password = "test",
  global_role = "writer",
  index_access = "state_of_the_union"
)

While you are here, it probably makes sense to change the admin password to something secure:

modify_user(email = "admin", new_password = "a")
add_index_user()
delete_index_user()
modify_index_user()

4.2.2 Roles and Guest Roles