List users with metadata
Hi, is there a way in the API V2 to list all users with their metadata ?
The use case is the following : I need to sync my zitadel users periodically with an application, because I can't wait for them to login on this specific app to have an account on it.
I can perfectly list all the users with the
Am I forced to make one api call by user after listing them to get that info ?
Thank you
The use case is the following : I need to sync my zitadel users periodically with an application, because I can't wait for them to login on this specific app to have an account on it.
I can perfectly list all the users with the
POST /users endpoint, but I need a very crucial piece of information (the room number of the user for an internet connection providing service), that is in the metadata, and those are not returned in the endpoint (we formerly used keycloak, where the "attributes" were included in the /users endpoints).Am I forced to make one api call by user after listing them to get that info ?
Thank you
