For the complete documentation index, see llms.txt. This page is also available as Markdown.

Client Migration API

API calls for migrations of Client objects (User Groups).

Base path: /migrate/clients/


Migrate Clients

Performs the client migration procedure to an environment on the platform.

POST /migrate/clients/

Request Body

Field
Type
Required
Description

cli_list

array

Yes

List of UUIDs of the clients to be migrated

amb_uuid

string

yes

UUID of the target environment

Request Example

{
  "cli_list": [
    "239e44ea-b696-4471-b21e-d7bcbddedb1d",
    "0670c6e2-511c-49e6-95b8-919522408868"
  ],
  "amb_uuid": "6a6c7a07-bef1-4e42-942e-87277a8c2a84"
}

Response

Status: 200 OK

Last updated

Was this helpful?