<@U04UQ68083H> is there an api to find an identity...
# ory-copilot
g
@chilly-king-10285 is there an api to find an identity by trait like email
c
A message from kapa.ai
I'm sorry, but based on the provided knowledge sources, there is no direct API endpoint mentioned for finding an identity by a trait like email in Ory. However, Ory does provide APIs for managing identities and their traits. You can use these APIs to retrieve identities and then filter them based on the traits in your own application logic. For managing identities and their traits, you can use the following APIs: - [
POST /admin/identities
](https://www.ory.sh/docs/reference/api#operation/createIdentity) - [
GET /admin/identities
](https://www.ory.sh/docs/reference/api#operation/listIdentities) - [
GET /admin/identities/{id}
](https://www.ory.sh/docs/reference/api#operation/getIdentity) - [
PUT /admin/identities/{id}
](https://www.ory.sh/docs/reference/api#operation/updateIdentity) You need an API Key to call these endpoints. Read [Authorization with API Keys](https://www.ory.sh/docs/concepts/personal-access-token) to learn more. Please refer to the [official Ory documentation](https://www.ory.sh/docs/kratos/manage-identities/managing-users-identities-metadata) for more details.