pub async fn create_identity(
    configuration: &Configuration,
    create_identity_body: Option<&CreateIdentityBody>
) -> Result<Identity, Error<CreateIdentityError>>
Expand description

Create an identity. This endpoint can also be used to import credentials for instance passwords, social sign in configurations or multifactor methods.