Create Org
POST /v1/org
POST
/v1/org
Create an organization, requires globalAdmin:: permissions
Authorizations
Request Body required
object
org_id
required
Organization ID
string format: uuid
name
Official Full Name
string
primary_contact_email
Email Address for the primary point of contact
string
short_name
required
Name used in URLs
string
archive
boolean
Responses
200
Successful Response
object
org_id
required
string format: uuid
name
Official Full Name
string
primary_contact_email
Email Address for the primary point of contact
string
short_name
required
Name used in URLs
string
last_modified_timestamp
required
string format: date-time
created_timestamp
required
string format: date-time
archive
required
boolean
automation_id
ID used to lookup automation related data
string format: uuid
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string