Internal move enterprises to organization

post/api/v2/internal/organization/{organizationId}/enterprises/move

Moves the given enterprises to the specified organization.

Path Parameters

  • organizationIdstringRequired
    The ID of the target organization to move enterprises into.
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$

Request Body

enterpriseIds array[string] required
The IDs of the enterprises to move to the target organization.
Example: ["59cd72485007a239fb00282ed480da1f"]

200 Response

organizationId string required
movedEnterpriseIds array[string] required

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id