Picture Icon
Hello, I can't find any documentation regarding how to add to users a picture in my self hostef zitadel thought my python backend. Furthermore, is it possible to change the default storage of the avatar ?
3 Replies
Hi @Angel, I'm an AI assistant for ZITADEL. While a team member reviews this question, I'll see if I can find relevant sources for your question.
Answer
I wasn't able to find a direct answer, here are some relevant sources:
1. Delete User Avatar (Human) :
Explains how to delete a user's avatar via the Management API, which may help you understand avatar management endpoints.
2. Configuration Options in ZITADEL :
Describes how to configure asset storage for things like user avatars, including the setting for storage type.
Feel free to tag @Ask Inkeep with additional questions.
hey @Angel you can change it via making a POST to
/assets/v1/users/me/avatar can upload a binary file as avatar
Its under the assets service
Alterbnatively, you can also do it from the General settings of the user
Ok ty, and is there a way to store those assets in a specific storage ?
or at least know where it's stores in case of a future migration ?