Migrate SIMs between Workspaces
Authentication
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Request
Target Workspace to migrate SIMs to. Must be an enterprise Workspace. The calling user must have Administrator permissions on the target Workspace.
If set to true, the SIMs automatically detach from the devices before being migrated.
Otherwise, the request is rejected if one or more SIMs are attached to devices.
Response
Successful migration request.
If dry_run was set to false, the migration is processed.
If dry_run was set to true, the response contains a summary of the changes that would be executed.
The dry_run option specified in the request
The target_workspace specified in the request
The auto_detach_devices option specified in the request
The allowed_sim_statuses option specified in the request