Hello everyone!
I’m trying to assign a user their manager via API, but I get a response 200 (success) with the following message:
{
"data": {
"success": true,
"user_id": 13115,
"message": "Cannot assign manager to the user"
},
"version": "1.0.0",
"_links": _]
}
Why can I not assign the manager?
My uncertainty is in the request structure:
"manager": {
"__manager_type_id__": 0
}
Should I set that “__manager_type_id__” as the manager’s ID? As a text (in quotes) or as a number? (both ways are not working, otherwise I would not be writing here )
Can anybody advise? Thanks in advance.
Best,
Mauro