跳至主要内容

Create a new organization

POST 

/platform/solutions/api/v1/orgs

Add a new organization with the provided details.

Parameters

  • Request body: CreateUpdateOrgDto with organization information.
  • input (CreateUpdateOrgDto, required): the organization definition, including:
    • Name (string, required, max length 100): the name of the organization.
    • ParentId (string, optional): the ID of the parent organization, if applicable.

Responses

  • 201 Created: new organization created successfully.

Security

  • This API requires authentication.

Request

Responses

Created