Matej Mijoski
Matej Mijoski12mo ago

Update Human User API isn't working

I'm trying to use the v2 API v2/users/human/ with a PUT request to update the user profile:
{
"profile": {
"givenName": "Test",
"familyName": "Test"
}
}
{
"profile": {
"givenName": "Test",
"familyName": "Test"
}
}
and while the API does return 200, the first/last names are not updated. The changeDate in the response does also not refresh.
2 Replies
fabienne
fabienne12mo ago
what version do you run on? We did a fix for that problem. My sugesstion is that you update to a newer version
Matej Mijoski
Matej MijoskiOP12mo ago
Since we just deployed it yesterday, I thought that we would have the latest version but it seems we have v2.61.0. Thanks!

Did you find this page helpful?