linkedUsers
Add Batch Linked Users
post/linked_users/batch
Request body
Example request
{
"linked_user_origin_ids": [
"id_1"
],
"alias": "acme"
}Response
Example response
[
{
"id_linked_user": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"linked_user_origin_id": "id_1",
"alias": "acme",
"id_project": "801f9ede-c698-4e66-a7fc-48d19eebaa4f"
}
]