Does the identity id ever change? I suspect not bu...
# ory-network
m
Does the identity id ever change? I suspect not but want to make sure. I want to know if I can count on it being immutable.
Some background. I'm using the id with some hashing to allow fetching from two tables, but not joining between the two
oh! I just noticed the documentation
Copy code
ID is the identity's unique identifier. The Identity ID can not be changed and can not be chosen. This ensures future compatibility and optimization for distributed stores such as CockroachDB.
h
yes, its immutable :)