White Label Admin - Create new organization within white label context

White Label Admin - Create new organization within white label context

post

Create a new organization. This is an API only available to white label admins

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Body
organizationNamestringRequired

The name of the organization.

Example: EdgeImpulse Inc.
adminIdintegerOptional

Unique identifier of the administrator of the new organization.

Example: 1
adminEmailstringOptional

Email of the administrator of the new organization.

Example: [email protected]
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/organizations/{organizationId}/whitelabel/organizations HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 86

{
  "organizationName": "EdgeImpulse Inc.",
  "adminId": 1,
  "adminEmail": "[email protected]"
}
200

OK

{
  "success": true,
  "error": "text",
  "id": 1,
  "apiKey": "text"
}

Last updated

Was this helpful?