pub async fn create_user(
configuration: &Configuration,
params: CreateUserParams,
) -> Result<(), Error<CreateUserError>>Expand description
This API can be used only when the authentication mode is for local DB. When self registration is disabled.