identity
Update an Identity
This endpoint updates an identity. The full identity payload, except credentials, is expected. For partial updates, use the patchIdentity operation.
A credential can be provided via the credentials field in the request body. If provided, the credentials will be imported and added to the existing credentials of the identity.
put/admin/identities/{id}
Path parameters
idstring required
ID must be set to the ID of identity you want to update
Request body
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"
}
]
}