Migrating a user from Talend Administration Center to Talend Management Console
In this scenario, you use Talend APIs to migrate a user from Talend Administration Center to Talend Management Console.
About this task
Here are some details about the API call:
Method: POST
endpoint: api/v2/migration/tmc/users
payload:
[
{
"tacid": 0,
"id": 0
}
]
Procedure
For example: userId: 2
Example:
[
{
"tacid": "1",
"id": "2",
}
]