FYI, I have just opened a case with Docebo support about the following issue.
Since at least two hours (3 pm CET) I’m observing that our user management script, which is using PUT /manage/v1/user/ API to update some user fields, is only receiving error 400 responses with the message:
{
"name": "Bad Request",
"message": {
"field": "email",
"message": "You haven't filled in some mandatory fields"
},
"code": 1002,
"status": 400
}
However, users which we are willing to update already exist and have their email addresses set.
There are no outages mentioned on the Docebo status page (we’re in the US data center), and the last time when the API did work, was at about 9:30 am CET today (we didn’t use it between 9:30 am and 3 pm).