Orgs / Orgs
Create an organization within an organization
Requires the user to have at least the ‘ORG_ADMIN’ role within the organization. Additionally, for platform, the plan must be ‘SCALE’ or higher to access this endpoint.
POST
Path Parameters
Body
application/json
Name of the organization
Minimum length:
1
Example:
"CalTeam"
For how many days is managed organization api key valid. Defaults to 30 days.
Required range:
x >= 1
Example:
60
If true, organization api key never expires.
Example:
true
You can store any additional data you want here. Metadata must have at most 50 keys, each key up to 40 characters. Values can be strings (up to 500 characters), numbers, or booleans.
Example:
{ "key": "value" }