organizations

Create a new organization.

post/api/v1/orgs/organizations/

Request body

namestring required

Name of the new organization.

Response

Successfully created a new organization.

messagestring
org_idstring uuid

Unique identifier for the organization.

Example response

{
  "message": "Organization created successfully."
}

Changes