Create organization

Create a new organization. Only partners can make this call.

Note: POST calls create new data, and do not affect existing data.

Request
Security:
Request Body schema: application/json
name
required
string

The name you assign to the organization.

exclusivePartnerOnly
boolean (Organization can contain devices of one partner or multiple partners)

When enabled, the organization can only contain devices from the partner that originally created the organization. When disabled, the organization can contain devices from multiple partners.

Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

500

Internal server error

post/organizations
Request samples
application/json
{
  • "name": "Midwest fleet",
  • "exclusivePartnerOnly": true
}
Response samples
application/json
{
  • "organizationId": 17,
  • "ssoSecret": "6955b3f79gbbdcbbfe5632304bb036f2749db3af19bc86ffaee0c47bfc44f6f8"
}