Creating an organization
In this section, you will learn how to use the client to create a new organization on the server.
Last updated
Was this helpful?
In this section, you will learn how to use the client to create a new organization on the server.
Last updated
Was this helpful?
Here, we assume that you have a Python session with an authenticated Client object, as created in . We also assume that you have a login on the Vantage6 server that has the permissions to create a new organization (regular end-users typically do not have these permissions, this is typically only for administrators).
The first (optional, but recommended) step is to create an RSA keypair. A keypair, consisting of a private and a public key, can be used to encrypt data transfers. Users from the organization you are about to create will only be able to use encryption if such a keypair has been set up and if they have access to the private key.
Now, we can create an organization
Users can now be created for this organization. Any users that are created and who have access to the private key we generated above can now use encryption by running
after they authenticate.