Client Migration API
Last updated
Was this helpful?
API calls for migrations of Client objects (User Groups).
Base path: /migrate/clients/
Performs the client migration procedure to an environment on the platform.
POST /migrate/clients/cli_list
array
Yes
List of UUIDs of the clients to be migrated
amb_uuid
string
yes
UUID of the target environment
{
"cli_list": [
"239e44ea-b696-4471-b21e-d7bcbddedb1d",
"0670c6e2-511c-49e6-95b8-919522408868"
],
"amb_uuid": "6a6c7a07-bef1-4e42-942e-87277a8c2a84"
}Status: 200 OK
Last updated
Was this helpful?
Was this helpful?
{
"status": "success"
}