POST
/
api
/
organization

Authorizations

Authorization
string
header
required

Body

application/json
The organization data that you want to create
name
string
required

The arbitrary name which will be used to identify the organization. This name must be unique.

Response

200
application/json
Created organization object
created_at
string
required

Timestamp of the creation of the dataset

deleted
integer
required

Flag to indicate if the organization has been deleted. Deletes are handled async after the flag is set so as to avoid expensive search index compaction.

id
string
required

Unique identifier of the dataset, auto-generated uuid created by Trieve

name
string
required

Name of the organization

partner_configuration
any
required

Configuration of the organization for the Trieve partner program. Contact partnerships@trieve.ai for more details.

updated_at
string
required

Timestamp of the last update of the dataset

registerable
boolean | null

Flag to indicate whether or not new users may join the organization. Default is true.