White Label Admin - Create new organization within white label context
Create a new organization. This is an API only available to white label admins
Authorizations
Path parameters
organizationIdintegerRequired
Organization ID
Body
organizationNamestringRequiredExample:
The name of the organization.
EdgeImpulse Inc.
adminIdintegerOptionalExample:
Unique identifier of the administrator of the new organization.
1
adminEmailstringOptionalExample:
Email of the administrator of the new organization.
[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"
}
PreviousWhite Label Admin - Get all organizations within a white labelNextWhite Label Admin - Get organization compute time usage
Last updated
Was this helpful?