So users index #14873
-
where is any index in Elasticsearch where stored info like user id and user name ? Cause in one case user deleted comment and via user id I want to found which one: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You should be able to correlate the identity_id field with the user.name field to figure out who the user was. |
Beta Was this translation helpful? Give feedback.
-
7a2ac941-9d18-49ea-b3bf-a0b4e3c7177a|{"email":"[email protected]","firstName":"","lastName":"","note":""} |
Beta Was this translation helpful? Give feedback.
sqlite3 /nsm/kratos/db/db.sqlite " select id,traits from identities;"
7a2ac941-9d18-49ea-b3bf-a0b4e3c7177a|{"email":"[email protected]","firstName":"","lastName":"","note":""}