# Functions
AddUserRole will grant a role to a user in a tenant.
CreateTenant will create a project with a random name.
CreateUser will create a user with a random name and adds them to the given tenant.
DeleteTenant will delete a tenant by ID.
DeleteUser will delete a user.
DeleteUserRole will revoke a role of a user in a tenant.
FindRole finds all roles that the current authenticated client has access to and returns the first one found.
FindTenant finds all tenants that the current authenticated client has access to and returns the first one found.
UpdateUser will update an existing user with a new randomly generated name.