create_identity_admin

Function create_identity_admin 

Source
pub async fn create_identity_admin(
    configuration: &Configuration,
    create_identity: Option<CreateIdentity>,
) -> Result<Identity, Error<CreateIdentityAdminError>>
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.