Hey Ory team, One of our user asked us to change h...
# ory-network
c
Hey Ory team, One of our user asked us to change his login email to another one. Is it possible to do this with an API call ? If I understand correctly the
Patch an Indentity
endpoint is not capable of doing this. Thank you in advance!
m
Hello @curved-honey-83332 I think you should be able to change the identifier with the patchIdentity API as well, just not the id and credentials. There is also an API that allows you to change anything on a given identity: https://www.ory.sh/docs/reference/api#tag/identity/operation/updateIdentity
s
Ideally you'd just tell the user to use the self-service flows, otherwise it is a bit complex to validate the request and ensure it is legitimate.
👍 1