There are situations where we need to "create" ide...
# ory-network
e
There are situations where we need to "create" identity pragmatically, we see 2 possible solutions: • Start registration flow and post data (email, random password) without user interaction • Create identity using admin api What should be the preferred way of doing it?
p
Hi @enough-wolf-68091 It depends on the use case, but I think the best is to have the admin api create the account and then send over a recovery flow to set a password. So in this case it is sort of like an "invite".
e
yeah, that makes sense.