sudobangbang.S
ZITADEL3mo ago
6 replies
sudobangbang.

Error when attempting to update a user with a new username

🏬Self-hosted⛓️‍💥APIs🪲BugsQuestionSolved
I am on the latest Zitadel image (ghcr.io/zitadel/zitadel:latest).

I'm trying to send a PATCH request to
/v2/users/{userID}
with the following body:
"{\"username\":\"me+verify@example.com\"}"


However, this results in an error:
user type is not implemented


It's my understanding from the docs that this is a valid action.

Am I missing something in my request?
Partially update an existing user.
ZITADEL Docs
Was this page helpful?