Error when attempting to update a user with a new username
I am on the latest Zitadel image (ghcr.io/zitadel/zitadel:latest).
I'm trying to send a PATCH request to
However, this results in an error:
It's my understanding from the docs that this is a valid action.
Am I missing something in my request?
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?
