v1
latestSwagger 2.02026-07-1760185352.5 KBidentity
Patch an Identity
Partially updates an identity's field using JSON Patch. The fields id, stateChangedAt and credentials can not be updated using this method.
patch/admin/identities/{id}
Path parameters
idstring required
ID must be set to the ID of identity you want to update
Request body
Example request
[
{
"from": "/name",
"op": "replace",
"path": "/name",
"value": "foobar"
}
]Response
identity
Example response
{
"verifiable_addresses": [
{
"created_at": "2014-01-01T23:28:56.782Z",
"updated_at": "2014-01-01T23:28:56.782Z",
"verified": true,
"via": "email"
}
]
}