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

pub async fn admin_create_identity(
    configuration: &Configuration,
    admin_create_identity_body: Option<AdminCreateIdentityBody>
) -> Result<Identity, Error<AdminCreateIdentityError>>
Expand description

This endpoint creates 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. Learn how identities work in Ory Kratos’ User And Identity Model Documentation.