pub async fn update_identity(
    configuration: &Configuration,
    id: &str,
    update_identity_body: Option<&UpdateIdentityBody>
) -> Result<Identity, Error<UpdateIdentityError>>
Expand description

This endpoint updates an identity. The full identity payload (except credentials) is expected. It is possible to update the identity’s credentials as well.