I am not 100% sure but based on what I’ve learned Keycloak does not save created_at and updated_at for the user. is there any reason I am not aware of it. BTW I looked into its database schema in pgadmin and I could not see any field like that. I am looking for a way to know when a user registered in the keycloak server.
Keycloak does save the creation timestamp in its database!
In the user_entity table, you can find the column created_timestamp.
1 Like