Getting user UUID

Hello!

Is it possible to get the user UUID if I am the owner of the Vaultwarden server?
I’m using docker and this is what I have now:

  1. If we use the command:
    bw list org-members --organizationid xxx-xxx-xxx-xxx-xxx
    Then we get the user id, but this is not the uuid that I need

  1. If we take the db.sqllite3 (from /project/vw-data) and analyze it through SQLLiteStudio, then we get the desired user uuid

  2. I also found uuid in the API user tokens section.

It is with the tokens from points 2 and 3 that the bw get fingerprint %uuid% command works correctly

Why do I need this?
I’m going to invite more than 200 users to my organization at a time, and manually confirming everyone’s fingerprint phrase will be very difficult.
I’m going to use the command bw get fingerprint %uuid%, to automate this.

Is it possible to somehow get the user’s uuid using bw cli or other means??

Screen from db.sqllite3

Screen from API Key

bw get fingerprint %uuid% command works

image