Function ory_client::apis::v0alpha2_api::admin_update_identity[][src]

pub async fn admin_update_identity(
    configuration: &Configuration,
    id: &str,
    admin_update_identity_body: Option<AdminUpdateIdentityBody>
) -> Result<Identity, Error<AdminUpdateIdentityError>>
Expand description

This endpoint updates an identity. It is NOT possible to set an identity’s credentials (password, …) using this method! A way to achieve that will be introduced in the future. The full identity payload (except credentials) is expected. This endpoint does not support patching. Learn how identities work in Ory Kratos’ User And Identity Model Documentation.