Put
/v1/enterprises
Create a new enterprise with company details, account type, and admin user. MSP callers creating a managed enterprise supply pool credit allocation fields (allocated_credits and optional term end).
Security
API Key: jwtAuth
Header parameter nameauthorization
Use Bearer <token>
Header parameters
Authorization
stringRequired
Bearer token. Format: Bearer <your_token_here>
Body parameters
object
accountType
string Required
(required)
ExampleENUM_VALUE
adminEmail
string
Exampleexample string
adminFirstName
string
Exampleexample string
adminLastName
string
Exampleexample string
adminTimeZone
string
Exampleexample string
cloudProvider
string
ExampleENUM_VALUE
companyName
string Required
(required)
Exampleexample string
creditLimit
integer (int32)
Example123
description
string
Exampleexample string
enterpriseContract
object (commonBillingContract) Required
contractedCredits
number (float)
Number of credits agreed upon for the entirety of the current contract
Example12.34
expirationDate
object (commonBillingTimePeriod)
month
integer (int32)
Example123
year
integer (int32)
Example123
logo
string
Exampleexample string
marketplaceId
string
Exampleexample string
smallLogo
string
Exampleexample string
Responses
204
No Content