Import users API for self-hosted ZITADEL
Hi, I am about to import my local users to self-hosted ZITADEL. Prior to this, I tried to import the users using the ZITADEL cloud with this API: https://myzitadel.cloud/v2/users/human.
Now, when I tried to do the same, the response was 404 not found. Is there any different API between self-hosted and cloud?
2 Replies
URLs etc can be slightly diff I guess in terms of "instace" url etc but not the paths
I think it was due to the different version of the image of my container. I should have set it to latest and not stable.
Now I can use v2/users/human again. Thank you