Create an organization – Management API – MediaKind

Create an organization

POST https://app.mk.io/api/v1/organization

Create a new Organization.

The user will be added to the newly created Organization.

Optionally the legal information can also be entered at this point.

NOTE: Organization names are not unique so care must be taken to avoid creating duplicates.

RBAC Capability Required: core.customer.create

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.

spec object OrganizationCreateSpecSchema Required
Specification

Response

201 Created

Errors

400 Bad Request

401 Unauthorized

403 Forbidden

404 Not Found

429 Too Many Requests

500 Internal Server Error