User is not getting updated on v2
He Team,
With the recent change : https://github.com/zitadel/zitadel/pull/8635
The user details are not getting updated, I am on version 2.62 and on passing the user details in body, the response is 200, although the user details are not updated.
PUT: http://custom_domain/v2/users/human/:userId
Request Body:
Respone:
The user details are not updated
With the recent change : https://github.com/zitadel/zitadel/pull/8635
The user details are not getting updated, I am on version 2.62 and on passing the user details in body, the response is 200, although the user details are not updated.
PUT: http://custom_domain/v2/users/human/:userId
Request Body:
Respone:
The user details are not updated
GitHub
Use body for update user endpoint on user v2 API.
