Function user_create_hook

Source
pub async fn user_create_hook(
    configuration: &Configuration,
    body: CreateHookOption,
) -> Result<Hook, Error<UserCreateHookError>>