Organizations
An Organization
is a corporate or other legal entity that can be linked to one or more users. In order to participate in one or more Workgroup
instance, you must have an authorized Organization
. To create an Organization
, first ensure that you you have the most recent version of the CLI installed and that you have created and authenticated a User
.
The following example illustrates how to create an Organization
using the CLI.
You will be prompted to enter the name of the Organization
you wish to create.
Successful creation will return the organization_id
for the new Organization
. This information will be saved to provide-cli.yaml
at the home directory of your instance and is automatically referenced by the CLI for some commands.
Take note of the created organization_id
or become familiar with how to look it up using the CLI.
Authorization
In order to send messages, or otherwise participate in, a Workgroup
you will need to initialize a JWT for use with the Organization
. This will serve as the authorization for the Organization
to participate in the Workgroup
.
First, find the organization ID by getting a list of the organizations your current user is associated with:
Once you find the organization ID that corresponds with the organization you intend to authorize, use it in the command below.
For more information on JWTs, click here.
Last updated