Hey, a hopefully "simple" question: I want to find...
# talk-kratos
f
Hey, a hopefully "simple" question: I want to find an identity by email, how can I do this? This endpoint: https://www.ory.sh/docs/kratos/reference/api#tag/identity/operation/listIdentities seems to do something with credentials_identifier, but it does not show how to format this. Thanks!
l
credentials_identifier is just a url search param
f
Yes but what kind of value does it expect?
l
email address
f
Ah thanks, that's totally not clear from the docs, but makes sense now.
l
The value actually depends on your identity schema. But in most cases, the identifier is an email
f
Yeah exactly